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(
double STEPMX,
double PE,
ref double SPE,
int N,
double[] X,
int offset_x,
double[] P,
int offset_p,
int[] IPIVOT,
int offset_ipivot,
double[] LOW,
int offset_low,
double[] UP,
int offset_up
)
Public Sub Run (
STEPMX As Double,
PE As Double,
ByRef SPE As Double,
N As Integer,
X As Double(),
offset_x As Integer,
P As Double(),
offset_p As Integer,
IPIVOT As Integer(),
offset_ipivot As Integer,
LOW As Double(),
offset_low As Integer,
UP As Double(),
offset_up As Integer
)
Request Example
View SourceParameters
- STEPMX Double
-
- PE Double
-
- SPE Double
-
- N Int32
-
- X Double
-
- offset_x Int32
-
- P Double
-
- offset_p Int32
-
- IPIVOT Int32
-
- offset_ipivot Int32
-
- LOW Double
-
- offset_low Int32
-
- UP Double
-
- offset_up Int32
-
See Also