[][src]Module bacon_sci::ivp

Re-exports

pub use adams::*;
pub use rk::*;

Modules

adams
rk

Structs

Euler

Euler solver for an IVP.

Enums

IVPStatus

Status of an IVP Solver after a step

Traits

IVPSolver

Trait defining what it means to be an IVP solver. solve_ivp is automatically implemented based on your step implementation.