Module ode

Module ode 

Source
Expand description

Simulation of dynamical systems defined by ODEs.

Re-exports§

pub use kuramoto::*;
pub use linear_ode::*;
pub use lotka_volterra::*;
pub use polynomial::*;

Modules§

kuramoto
Kuramoto model of synchronization of coupled oscillators.
linear_ode
Constant-coefficient linear first-order differential equations.
lotka_volterra
Lotka-Volterra differential equations.
polynomial
Polynomial differential equations.

Structs§

ODEProblem
An ODE problem ready to be solved.

Traits§

ODESystem
A system of ordinary differential equations (ODEs).