Namespace: DotNumerics.Optimization.TNAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Run(
int N,
double[] X,
int offset_x,
ref double F,
ref double[] G,
int offset_g
)
Sub Run (
N As Integer,
X As Double(),
offset_x As Integer,
ByRef F As Double,
ByRef G As Double(),
offset_g As Integer
)
Request Example
Parameters
- N Int32
-
- X Double
-
- offset_x Int32
-
- F Double
-
- G Double
-
- offset_g Int32
-
See Also