Namespace: DotNumerics.ODE.Radau5Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Run(
int N,
ref double[] B,
int offset_b,
int LB,
double[] RPAR,
int offset_rpar,
int IPAR
)
Sub Run (
N As Integer,
ByRef B As Double(),
offset_b As Integer,
LB As Integer,
RPAR As Double(),
offset_rpar As Integer,
IPAR As Integer
)
Request Example
Parameters
- N Int32
-
- B Double
-
- offset_b Int32
-
- LB Int32
-
- RPAR Double
-
- offset_rpar Int32
-
- IPAR Int32
-
See Also