MATUPDRun 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 M,
ref double[] WS,
int offset_ws,
ref double[] WY,
int offset_wy,
ref double[] SY,
int offset_sy,
ref double[] SS,
int offset_ss,
double[] D,
int offset_d,
double[] R,
int offset_r,
ref int ITAIL,
int IUPDAT,
ref int COL,
ref int HEAD,
ref double THETA,
double RR,
double DR,
double STP,
double DTD
)VB
Public Sub Run (
N As Integer,
M As Integer,
ByRef WS As Double(),
offset_ws As Integer,
ByRef WY As Double(),
offset_wy As Integer,
ByRef SY As Double(),
offset_sy As Integer,
ByRef SS As Double(),
offset_ss As Integer,
D As Double(),
offset_d As Integer,
R As Double(),
offset_r As Integer,
ByRef ITAIL As Integer,
IUPDAT As Integer,
ByRef COL As Integer,
ByRef HEAD As Integer,
ByRef THETA As Double,
RR As Double,
DR As Double,
STP As Double,
DTD As Double
)