lbfgsblbfgsbmatupd 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 lbfgsbmatupd(
int n,
int m,
ref double[,] ws,
ref double[,] wy,
ref double[,] sy,
ref double[,] ss,
ref double[] d,
ref double[] r,
ref int itail,
int iupdat,
ref int col,
ref int head,
ref double theta,
double rr,
double dr,
double stp,
double dtd
)VB
Private Sub lbfgsbmatupd (
n As Integer,
m As Integer,
ByRef ws As Double(,),
ByRef wy As Double(,),
ByRef sy As Double(,),
ByRef ss As Double(,),
ByRef d As Double(),
ByRef r As Double(),
ByRef itail As Integer,
iupdat As Integer,
ByRef col As Integer,
ByRef head As Integer,
ByRef theta As Double,
rr As Double,
dr As Double,
stp As Double,
dtd As Double
)