lbfgsblbfgsbnewiteration 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 lbfgsbnewiteration(
ref double[] x,
double f,
ref double[] g,
ref bool abort
)VB
Private Sub lbfgsbnewiteration (
ByRef x As Double(),
f As Double,
ByRef g As Double(),
ByRef abort As Boolean
)