Trait ndarray_odeint::traits::Ring
[−]
[src]
pub trait Ring: Add<Output = Self> + Sub<Output = Self> + Mul<Output = Self> + Sized { }
Ring (math)