Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: 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
)
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
)
Request Example
View SourceParameters
- m Int32
-
- wt Double
-
- sy Double
-
- ss Double
-
- col Int32
-
- theta Double
-
- info Int32
-
See Also