Expand description

Define integrators for dynamic systems. E.g., Euler, RK45, etc.

Structs§

  • An order two adaptive step size Runge-Kutta method
  • Implement Euler integration
  • Implement the classic Runge-Kutta Order 4 integrator

Traits§

  • Define the interface for integrating dynamics.