CNVTSTRun 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 bool CONV,
double ALPHA,
double PNORM,
double TOLEPS,
double XNORM,
double DIFNEW,
double RTLEPS,
double FTEST,
double GTG,
double PEPS,
double EPSMCH,
double GTPNEW,
double FNEW,
ref double FLAST,
double[] G,
int offset_g,
ref int[] IPIVOT,
int offset_ipivot,
int N,
double ACCRCY
)VB
Public Sub Run (
ByRef CONV As Boolean,
ALPHA As Double,
PNORM As Double,
TOLEPS As Double,
XNORM As Double,
DIFNEW As Double,
RTLEPS As Double,
FTEST As Double,
GTG As Double,
PEPS As Double,
EPSMCH As Double,
GTPNEW As Double,
FNEW As Double,
ByRef FLAST As Double,
G As Double(),
offset_g As Integer,
ByRef IPIVOT As Integer(),
offset_ipivot As Integer,
N As Integer,
ACCRCY As Double
)