MODZRun 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(
int N,
ref double[] X,
int offset_x,
double[] P,
int offset_p,
ref int[] IPIVOT,
int offset_ipivot,
double EPSMCH,
double[] LOW,
int offset_low,
double[] UP,
int offset_up,
ref double FLAST,
double FNEW
)VB
Public Sub Run (
N As Integer,
ByRef X As Double(),
offset_x As Integer,
P As Double(),
offset_p As Integer,
ByRef IPIVOT As Integer(),
offset_ipivot As Integer,
EPSMCH As Double,
LOW As Double(),
offset_low As Integer,
UP As Double(),
offset_up As Integer,
ByRef FLAST As Double,
FNEW As Double
)