Trait sized_matrix::Scalar[][src]

pub trait Scalar { }

Types which are used to scale Matrices.

Implementors

impl<T, const M: usize, const N: usize> !Scalar for Matrix<T, M, N>[src]

impl<T: Num> Scalar for T[src]

Loading content...