[][src]Trait kalast::SuperScalar

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

SuperScalar is a trait that extends the Scalar trait of nalgebra to allow to create integer matrices just like float matrices. It aims to be the equivalent of RealField of nalgebra but for integer.

Implementors

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

Loading content...