bulirschstoersolvesystembulirschstoer Method

Definition

Namespace: DWSIM.MathOps.MathEx.ODESolver
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public void solvesystembulirschstoer(
	double x1,
	double x2,
	ref double[] y,
	int n,
	double h,
	double err,
	bool isabserr
)

Parameters

x1  Double
 
x2  Double
 
y  Double
 
n  Int32
 
h  Double
 
err  Double
 
isabserr  Boolean
 

See Also