lbfgsblbfgsbformt Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private void lbfgsbformt(
	int m,
	ref double[,] wt,
	ref double[,] sy,
	ref double[,] ss,
	int col,
	double theta,
	ref int info
)

Parameters

m  Int32
 
wt  Double
 
sy  Double
 
ss  Double
 
col  Int32
 
theta  Double
 
info  Int32
 

See Also