LINDERRun 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,
ISFUN SFUN,
double SMALL,
double EPSMCH,
ref double RELTOL,
ref double ABSTOL,
double TNYTOL,
double ETA,
double SFTBND,
double XBND,
double[] P,
int offset_p,
double GTP,
ref double[] X,
int offset_x,
ref double F,
ref double ALPHA,
ref double[] G,
int offset_g,
ref int NFTOTL,
ref int IFLAG,
ref double[] W,
int offset_w,
int LW
)VB
Public Sub Run (
N As Integer,
SFUN As ISFUN,
SMALL As Double,
EPSMCH As Double,
ByRef RELTOL As Double,
ByRef ABSTOL As Double,
TNYTOL As Double,
ETA As Double,
SFTBND As Double,
XBND As Double,
P As Double(),
offset_p As Integer,
GTP As Double,
ByRef X As Double(),
offset_x As Integer,
ByRef F As Double,
ByRef ALPHA As Double,
ByRef G As Double(),
offset_g As Integer,
ByRef NFTOTL As Integer,
ByRef IFLAG As Integer,
ByRef W As Double(),
offset_w As Integer,
LW As Integer
)