Module ode

Source
Expand description

ODE analyses of models.

Re-exports§

pub use lotka_volterra::*;
pub use mass_action::*;

Modules§

lotka_volterra
Lotka-Volterra ODE analysis of models.
mass_action
Mass-action ODE analysis of models.

Structs§

ODEAnalysis
Data needed to simulate and interpret an ODE analysis of a model.
ODESolution
Solution to an ODE problem.