Class RungeKutta2

  • All Implemented Interfaces:
    RungeKuttaStepper

    public class RungeKutta2
    extends Object
    implements RungeKuttaStepper
    This is the second-order Runge-Kutta formula, which can be implemented efficiently with a three-step algorithm.