Click or drag to resize

FORMTRun 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 M,
	ref double[] WT,
	int offset_wt,
	double[] SY,
	int offset_sy,
	double[] SS,
	int offset_ss,
	int COL,
	double THETA,
	ref int INFO
)
Request Example View Source

Parameters

M  Int32
 
WT  Double
 
offset_wt  Int32
 
SY  Double
 
offset_sy  Int32
 
SS  Double
 
offset_ss  Int32
 
COL  Int32
 
THETA  Double
 
INFO  Int32
 
See Also