Trait tool::SuperScalar[][src]

pub trait SuperScalar: Scalar + RingCommutative + PartialOrd + Div + ToPrimitive + NumCast + Copy + Serialize { }

Trait that extends Scalar to create integer matrices like float matrices. It aims to be the equivalent of [RealField][nalgebra::RealField] but for integer.

Implementors

impl<T> SuperScalar for T where
    T: Scalar + RingCommutative + PartialOrd + Div + ToPrimitive + NumCast + Copy + Serialize
[src]

Loading content...