bulirschstoersolvesystembulirschstoer Method
Definition
Namespace: DWSIM.MathOps.MathEx.ODESolver
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public void solvesystembulirschstoer(
double x1,
double x2,
ref double[] y,
int n,
double h,
double err,
bool isabserr
)VB
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
)