Trait ndarray_odeint::traits::EOM [] [src]

pub trait EOM<D: Dimension> {
    fn rhs(&self, _: RcArray<f64, D>) -> RcArray<f64, D>;
}

calculate right hand side (rhs) of equation of motion from current state

Required Methods

Implementors