Namespace: DotNumerics.ODE.Dopri5Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Run(
int N,
double X,
double[] Y,
int offset_y,
ref double[] F,
int offset_f,
double[] RPAR,
int offset_rpar,
int IPAR
)
Sub Run (
N As Integer,
X As Double,
Y As Double(),
offset_y As Integer,
ByRef F As Double(),
offset_f As Integer,
RPAR As Double(),
offset_rpar As Integer,
IPAR As Integer
)
Request Example
Parameters
- N Int32
-
- X Double
-
- Y Double
-
- offset_y Int32
-
- F Double
-
- offset_f Int32
-
- RPAR Double
-
- offset_rpar Int32
-
- IPAR Int32
-
See Also