Module ode

Source
Expand description

Simulation of dynamical systems defined by ODEs.

Re-exports§

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

Modules§

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).