lbfgsblbfgsbhpsolb 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 lbfgsbhpsolb(
int n,
ref double[] t,
ref int[] iorder,
int iheap
)VB
Private Sub lbfgsbhpsolb (
n As Integer,
ByRef t As Double(),
ByRef iorder As Integer(),
iheap As Integer
)