xBaseOdeRungeKuttaSolve(Double, Double, OdeSolution) Method

Definition

Namespace: DotNumerics.ODE
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Solve(
	double[] y0,
	double[] tspan,
	OdeSolution solution
)

Parameters

y0  Double
 
tspan  Double
 
solution  OdeSolution
 

See Also