Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private void lbfgsbbmv(
int m,
ref double[,] sy,
ref double[,] wt,
int col,
ref double[] v,
ref double[] p,
ref int info,
ref double[] workvec
)
Private Sub lbfgsbbmv (
m As Integer,
ByRef sy As Double(,),
ByRef wt As Double(,),
col As Integer,
ByRef v As Double(),
ByRef p As Double(),
ByRef info As Integer,
ByRef workvec As Double()
)
Request Example
View SourceParameters
- m Int32
-
- sy Double
-
- wt Double
-
- col Int32
-
- v Double
-
- p Double
-
- info Int32
-
- workvec Double
-
See Also