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 M,
ref double[] WT,
int offset_wt,
double[] SY,
int offset_sy,
double[] SS,
int offset_ss,
int COL,
double THETA,
ref int INFO
)
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
)
Request Example
View SourceParameters
- M Int32
-
- WT Double
-
- offset_wt Int32
-
- SY Double
-
- offset_sy Int32
-
- SS Double
-
- offset_ss Int32
-
- COL Int32
-
- THETA Double
-
- INFO Int32
-
See Also