BMVRun 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 M,
double[] SY,
int offset_sy,
double[] WT,
int offset_wt,
int COL,
double[] V,
int offset_v,
ref double[] P,
int offset_p,
ref int INFO
)VB
Public Sub Run (
M As Integer,
SY As Double(),
offset_sy As Integer,
WT As Double(),
offset_wt As Integer,
COL As Integer,
V As Double(),
offset_v As Integer,
ByRef P As Double(),
offset_p As Integer,
ByRef INFO As Integer
)