Expand description
Define integrators for dynamic systems. E.g., Euler, RK45, etc.
Structs§
- AdaptiveR
K2 - An order two adaptive step size Runge-Kutta method
- Euler
Integration - Implement Euler integration
- RK4
- Implement the classic Runge-Kutta Order 4 integrator
Traits§
- Integrator
- Define the interface for integrating dynamics.