Namespace: DotNumerics.ODE.Dopri5Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double Run(
int N,
IFAREN FCN,
double X,
double[] Y,
int offset_y,
double XEND,
double POSNEG,
double[] F0,
int offset_f0,
ref double[] F1,
int offset_f1,
ref double[] Y1,
int offset_y1,
int IORD,
double HMAX,
double[] ATOL,
int offset_atol,
double[] RTOL,
int offset_rtol,
int ITOL,
double[] RPAR,
int offset_rpar,
int[] IPAR,
int offset_ipar
)
Public Function Run (
N As Integer,
FCN As IFAREN,
X As Double,
Y As Double(),
offset_y As Integer,
XEND As Double,
POSNEG As Double,
F0 As Double(),
offset_f0 As Integer,
ByRef F1 As Double(),
offset_f1 As Integer,
ByRef Y1 As Double(),
offset_y1 As Integer,
IORD As Integer,
HMAX As Double,
ATOL As Double(),
offset_atol As Integer,
RTOL As Double(),
offset_rtol As Integer,
ITOL As Integer,
RPAR As Double(),
offset_rpar As Integer,
IPAR As Integer(),
offset_ipar As Integer
) As Double
Request Example
View SourceParameters
- N Int32
-
- FCN IFAREN
-
- X Double
-
- Y Double
-
- offset_y Int32
-
- XEND Double
-
- POSNEG Double
-
- F0 Double
-
- offset_f0 Int32
-
- F1 Double
-
- offset_f1 Int32
-
- Y1 Double
-
- offset_y1 Int32
-
- IORD Int32
-
- HMAX Double
-
- ATOL Double
-
- offset_atol Int32
-
- RTOL Double
-
- offset_rtol Int32
-
- ITOL Int32
-
- RPAR Double
-
- offset_rpar Int32
-
- IPAR Int32
-
- offset_ipar Int32
-
Return Value
DoubleSee Also