Trait ndarray_odeint::traits::TimeStep []

pub trait TimeStep {
    type Time: RealScalar;
    fn get_dt(&self) -> Self::Time;
fn set_dt(&mut self, dt: Self::Time); }

Interface for time-step

Associated Types

Required Methods

Implementors