bulirschstoersolvesystembulirschstoer Method |
Namespace: DWSIM.MathOps.MathEx.ODESolverAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public void solvesystembulirschstoer(
double x1,
double x2,
ref double[] y,
int n,
double h,
double err,
bool isabserr
)
Public Sub solvesystembulirschstoer (
x1 As Double,
x2 As Double,
ByRef y As Double(),
n As Integer,
h As Double,
err As Double,
isabserr As Boolean
)
Request Example
View SourceParameters
- x1 Double
-
- x2 Double
-
- y Double
-
- n Int32
-
- h Double
-
- err Double
-
- isabserr Boolean
-
See Also