Class RK45

All Implemented Interfaces:
ODEAdaptiveSolver, ODESolver
Direct Known Subclasses:
RK45MultiStep

public class RK45 extends DormandPrince45
RK45 implements an Runge-Kutta 4/5 ODE solver with variable step size. This RK45 class may be changed in future versions of the OSP library. Version 1.0 of the libarary uses Dormand-Prince coefficients.
Version:
1.0
See Also:
  • Constructor Details

    • RK45

      public RK45(ODE ode)
      Constructor RK45
      Parameters:
      ode -