BMVRun 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 M,
	double[] SY,
	int offset_sy,
	double[] WT,
	int offset_wt,
	int COL,
	double[] V,
	int offset_v,
	ref double[] P,
	int offset_p,
	ref int INFO
)

Parameters

M  Int32
 
SY  Double
 
offset_sy  Int32
 
WT  Double
 
offset_wt  Int32
 
COL  Int32
 
V  Double
 
offset_v  Int32
 
P  Double
 
offset_p  Int32
 
INFO  Int32
 

See Also