Click or drag to resize

DOP853CoreDOP853EvaluateNextSolutionPoint Method

Evaluates the next solution point in one step. To get the results, see X and Y_volatile.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void EvaluateNextSolutionPoint(
	double xnext
)

Parameters

xnext  Double
X at the end of the next step.
See Also