Click or drag to resize

CMPRLBRun Method


Namespace: DotNumerics.Optimization.LBFGSB
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[] X,
	int offset_x,
	double[] G,
	int offset_g,
	double[] WS,
	int offset_ws,
	double[] WY,
	int offset_wy,
	double[] SY,
	int offset_sy,
	double[] WT,
	int offset_wt,
	double[] Z,
	int offset_z,
	ref double[] R,
	int offset_r,
	ref double[] WA,
	int offset_wa,
	int[] INDEX,
	int offset_index,
	double THETA,
	int COL,
	int HEAD,
	int NFREE,
	bool CNSTND,
	ref int INFO
)
Request Example View Source

Parameters

N  Int32
 
M  Int32
 
X  Double
 
offset_x  Int32
 
G  Double
 
offset_g  Int32
 
WS  Double
 
offset_ws  Int32
 
WY  Double
 
offset_wy  Int32
 
SY  Double
 
offset_sy  Int32
 
WT  Double
 
offset_wt  Int32
 
Z  Double
 
offset_z  Int32
 
R  Double
 
offset_r  Int32
 
WA  Double
 
offset_wa  Int32
 
INDEX  Int32
 
offset_index  Int32
 
THETA  Double
 
COL  Int32
 
HEAD  Int32
 
NFREE  Int32
 
CNSTND  Boolean
 
INFO  Int32
 
See Also