TNRun 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#
public void Run(
ref int IERROR,
int N,
ref double[] X,
int offset_x,
ref double F,
ref double[] G,
int offset_g,
ref double[] W,
int offset_w,
int LW,
ISFUN SFUN
)VB
Public Sub Run (
ByRef IERROR As Integer,
N As Integer,
ByRef X As Double(),
offset_x As Integer,
ByRef F As Double,
ByRef G As Double(),
offset_g As Integer,
ByRef W As Double(),
offset_w As Integer,
LW As Integer,
SFUN As ISFUN
)