Click or drag to resize

xBaseOdeGearsAndAdamsMoultonSolve(Double) Method

Computes the solution of the differential equations at a point tEnd.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] Solve(
	double tEnd
)

Parameters

tEnd  Double
Value of t where the solution is required.

Return Value

Double
A array containing the solution of the differential equations at the point tEnd.
See Also