DOP853CoreDOP853EvaluateNextSolutionPoint Method |
Evaluates the next solution point in one step. To get the results, see
X and
Y_volatile.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override void EvaluateNextSolutionPoint(
double xnext
)
Parameters
- xnext Double
- X at the end of the next step.
See Also