lbfgsblbfgsbbmv 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 lbfgsbbmv(
int m,
ref double[,] sy,
ref double[,] wt,
int col,
ref double[] v,
ref double[] p,
ref int info,
ref double[] workvec
)VB
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()
)