FORMKRun Method

Definition

Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int N,
	int NSUB,
	int[] IND,
	int offset_ind,
	int NENTER,
	int ILEAVE,
	int[] INDX2,
	int offset_indx2,
	int IUPDAT,
	bool UPDATD,
	ref double[] WN,
	int offset_wn,
	ref double[] WN1,
	int offset_wn1,
	int M,
	double[] WS,
	int offset_ws,
	double[] WY,
	int offset_wy,
	double[] SY,
	int offset_sy,
	double THETA,
	int COL,
	int HEAD,
	ref int INFO
)

Parameters

N  Int32
 
NSUB  Int32
 
IND  Int32
 
offset_ind  Int32
 
NENTER  Int32
 
ILEAVE  Int32
 
INDX2  Int32
 
offset_indx2  Int32
 
IUPDAT  Int32
 
UPDATD  Boolean
 
WN  Double
 
offset_wn  Int32
 
WN1  Double
 
offset_wn1  Int32
 
M  Int32
 
WS  Double
 
offset_ws  Int32
 
WY  Double
 
offset_wy  Int32
 
SY  Double
 
offset_sy  Int32
 
THETA  Double
 
COL  Int32
 
HEAD  Int32
 
INFO  Int32
 

See Also