Click or drag to resize

TRSTLPRun Method


Namespace: DotNumerics.Optimization.Cobyla
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	int N,
	int M,
	double[] A,
	int offset_a,
	double[] B,
	int offset_b,
	double RHO,
	ref double[] DX,
	int offset_dx,
	ref int IFULL,
	ref int[] IACT,
	int offset_iact,
	ref double[] Z,
	int offset_z,
	ref double[] ZDOTA,
	int offset_zdota,
	ref double[] VMULTC,
	int offset_vmultc,
	ref double[] SDIRN,
	int offset_sdirn,
	ref double[] DXNEW,
	int offset_dxnew,
	ref double[] VMULTD,
	int offset_vmultd
)
Request Example View Source

Parameters

N  Int32
 
M  Int32
 
A  Double
 
offset_a  Int32
 
B  Double
 
offset_b  Int32
 
RHO  Double
 
DX  Double
 
offset_dx  Int32
 
IFULL  Int32
 
IACT  Int32
 
offset_iact  Int32
 
Z  Double
 
offset_z  Int32
 
ZDOTA  Double
 
offset_zdota  Int32
 
VMULTC  Double
 
offset_vmultc  Int32
 
SDIRN  Double
 
offset_sdirn  Int32
 
DXNEW  Double
 
offset_dxnew  Int32
 
VMULTD  Double
 
offset_vmultd  Int32
 
See Also