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,
ref double[] X,
int offset_x,
int[] IPIVOT,
int offset_ipivot
)
Public Sub Run (
N As Integer,
ByRef X As Double(),
offset_x As Integer,
IPIVOT As Integer(),
offset_ipivot As Integer
)
Request Example
View SourceParameters
- N Int32
-
- X Double
-
- offset_x Int32
-
- IPIVOT Int32
-
- offset_ipivot Int32
-
See Also