Trait tool::SuperScalar [−][src]
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]
T: Scalar + RingCommutative + PartialOrd + Div + ToPrimitive + NumCast + Copy + Serialize,