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. Sometimes some functions that should be accessible to usize are not usable by Scalar, this type should help on using matrix with usize. It might be incomplete depending on your usage, this must be improved.

Implementors

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

Loading content...