FORMTRun 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,
ref double[] WT,
int offset_wt,
double[] SY,
int offset_sy,
double[] SS,
int offset_ss,
int COL,
double THETA,
ref int INFO
)VB
Public Sub Run (
M As Integer,
ByRef WT As Double(),
offset_wt As Integer,
SY As Double(),
offset_sy As Integer,
SS As Double(),
offset_ss As Integer,
COL As Integer,
THETA As Double,
ByRef INFO As Integer
)