Click or drag to resize

bulirschstoersolvesystembulirschstoer Method


Namespace: DWSIM.MathOps.MathEx.ODESolver
Assembly: 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
)
Request Example View Source

Parameters

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