lbfgsblbfgsbformk 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 lbfgsbformk(
int n,
int nsub,
ref int[] ind,
int nenter,
int ileave,
ref int[] indx2,
int iupdat,
bool updatd,
ref double[,] wn,
ref double[,] wn1,
int m,
ref double[,] ws,
ref double[,] wy,
ref double[,] sy,
double theta,
int col,
int head,
ref int info,
ref double[] workvec,
ref double[,] workmat
)VB
Private Sub lbfgsbformk (
n As Integer,
nsub As Integer,
ByRef ind As Integer(),
nenter As Integer,
ileave As Integer,
ByRef indx2 As Integer(),
iupdat As Integer,
updatd As Boolean,
ByRef wn As Double(,),
ByRef wn1 As Double(,),
m As Integer,
ByRef ws As Double(,),
ByRef wy As Double(,),
ByRef sy As Double(,),
theta As Double,
col As Integer,
head As Integer,
ByRef info As Integer,
ByRef workvec As Double(),
ByRef workmat As Double(,)
)