Namespace: DotNumerics.Optimization.LBFGSBAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax 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
)
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
)
Request Example
View SourceParameters
- N Int32
-
- M Int32
-
- WS Double
-
- offset_ws Int32
-
- WY Double
-
- offset_wy Int32
-
- SY Double
-
- offset_sy Int32
-
- SS Double
-
- offset_ss Int32
-
- D Double
-
- offset_d Int32
-
- R Double
-
- offset_r Int32
-
- ITAIL Int32
-
- IUPDAT Int32
-
- COL Int32
-
- HEAD Int32
-
- THETA Double
-
- RR Double
-
- DR Double
-
- STP Double
-
- DTD Double
-
See Also