Namespace: DotNumerics.Optimization.TNAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Run(
int N,
double[] X,
int o_x,
ref double F,
ref double[] G,
int o_g
)
Public Sub Run (
N As Integer,
X As Double(),
o_x As Integer,
ByRef F As Double,
ByRef G As Double(),
o_g As Integer
)
Request Example
View SourceParameters
- N Int32
-
- X Double
-
- o_x Int32
-
- F Double
-
- G Double
-
- o_g Int32
-
Implements
ISFUNRun(Int32, Double, Int32, Double, Double, Int32)See Also