HPSOLBRun Method
Definition
Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Run(
int N,
ref double[] T,
int offset_t,
ref int[] IORDER,
int offset_iorder,
int IHEAP
)VB
Public Sub Run (
N As Integer,
ByRef T As Double(),
offset_t As Integer,
ByRef IORDER As Integer(),
offset_iorder As Integer,
IHEAP As Integer
)