Click or drag to resize

xBaseOdeGearsAndAdamsMoultonSolve(Double, Double, OdeSolution) Method

Computes the solution of the differential equations.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Solve(
	double[] y0,
	double[] tspan,
	OdeSolution solution
)

Parameters

y0  Double
A vector of size N containing the initial conditions ( at t0). N is the number of differential equations.
tspan  Double
A vector specifying the interval of integration (t0,..,tf).
solution  OdeSolution
A delegate where to return the solution.
See Also