lbfgsblbfgsbformt Method
Definition
Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
private void lbfgsbformt(
int m,
ref double[,] wt,
ref double[,] sy,
ref double[,] ss,
int col,
double theta,
ref int info
)VB
Private Sub lbfgsbformt (
m As Integer,
ByRef wt As Double(,),
ByRef sy As Double(,),
ByRef ss As Double(,),
col As Integer,
theta As Double,
ByRef info As Integer
)