Click or drag to resize

RungeKuttaExplicitBaseCoreRevert Method

Reverts the state of the instance to the former solution point, by setting X to X_previous and Y_volatile y_previous.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Revert()
See Also