ISFUNRun Method
Definition
Namespace: DotNumerics.Optimization.TN
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#
void Run(
int N,
double[] X,
int offset_x,
ref double F,
ref double[] G,
int offset_g
)VB
Sub Run (
N As Integer,
X As Double(),
offset_x As Integer,
ByRef F As Double,
ByRef G As Double(),
offset_g As Integer
)