Expand description
Simulation of dynamical systems defined by ODEs.
Re-exports§
pub use kuramoto::*;pub use polynomial::*;
Modules§
- kuramoto
- Kuramoto model of synchronization of coupled oscillators.
- polynomial
- Polynomial differential equations.
Structs§
- ODEProblem
- An ODE problem ready to be solved.
Traits§
- ODESystem
- A system of ordinary differential equations (ODEs).