Structs

  • Solves an ODE using Euler’s method.
  • Fixed step size Stepper
  • Solves an ODE using Heun’s 2nd order method.
  • Solves an ODE using Heun’s 3rd order method.
  • Solves an ODE using the 3th order Runge-Kutta algorithm.
  • Solves an ODE using midpoint method.
  • Solves an ODE using Ralston’s 2nd order method.
  • Solves an ODE using Ralston3’s 3nd order method.
  • Solves an ODE using Ralston’s 4th order method.
  • Solves an ODE using the 4th order Runge-Kutta algorithm.
  • Solves an ODE using Third-order Strong Stability Preserving Runge-Kutta(SSPRK3).

Traits