[][src]Trait kalast::SuperScalar

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

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

Implementors

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

Loading content...