FORMKRun 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,
int NSUB,
int[] IND,
int offset_ind,
int NENTER,
int ILEAVE,
int[] INDX2,
int offset_indx2,
int IUPDAT,
bool UPDATD,
ref double[] WN,
int offset_wn,
ref double[] WN1,
int offset_wn1,
int M,
double[] WS,
int offset_ws,
double[] WY,
int offset_wy,
double[] SY,
int offset_sy,
double THETA,
int COL,
int HEAD,
ref int INFO
)VB
Public Sub Run (
N As Integer,
NSUB As Integer,
IND As Integer(),
offset_ind As Integer,
NENTER As Integer,
ILEAVE As Integer,
INDX2 As Integer(),
offset_indx2 As Integer,
IUPDAT As Integer,
UPDATD As Boolean,
ByRef WN As Double(),
offset_wn As Integer,
ByRef WN1 As Double(),
offset_wn1 As Integer,
M As Integer,
WS As Double(),
offset_ws As Integer,
WY As Double(),
offset_wy As Integer,
SY As Double(),
offset_sy As Integer,
THETA As Double,
COL As Integer,
HEAD As Integer,
ByRef INFO As Integer
)Parameters
- N Int32
- NSUB Int32
- IND Int32
- offset_ind Int32
- NENTER Int32
- ILEAVE Int32
- INDX2 Int32
- offset_indx2 Int32
- IUPDAT Int32
- UPDATD Boolean
- WN Double
- offset_wn Int32
- WN1 Double
- offset_wn1 Int32
- M Int32
- WS Double
- offset_ws Int32
- WY Double
- offset_wy Int32
- SY Double
- offset_sy Int32
- THETA Double
- COL Int32
- HEAD Int32
- INFO Int32