Click or drag to resize

lbfgsblbfgsbformt Method


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

Parameters

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