Namespace: DotNumerics.Optimization.TNAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax 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
)
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
)
Request Example
View SourceParameters
- N Int32
-
- SFUN ISFUN
-
- SMALL Double
-
- EPSMCH Double
-
- RELTOL Double
-
- ABSTOL Double
-
- TNYTOL Double
-
- ETA Double
-
- SFTBND Double
-
- XBND Double
-
- P Double
-
- offset_p Int32
-
- GTP Double
-
- X Double
-
- offset_x Int32
-
- F Double
-
- ALPHA Double
-
- G Double
-
- offset_g Int32
-
- NFTOTL Int32
-
- IFLAG Int32
-
- W Double
-
- offset_w Int32
-
- LW Int32
-
See Also