Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax 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
)
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(,)
)
Request Example
View SourceParameters
- n Int32
-
- nsub Int32
-
- ind Int32
-
- nenter Int32
-
- ileave Int32
-
- indx2 Int32
-
- iupdat Int32
-
- updatd Boolean
-
- wn Double
-
- wn1 Double
-
- m Int32
-
- ws Double
-
- wy Double
-
- sy Double
-
- theta Double
-
- col Int32
-
- head Int32
-
- info Int32
-
- workvec Double
-
- workmat Double
-
See Also