pub type MatScale<E> = Matrix<Scale<E>>;
Wrapper around a scalar value that allows scalar multiplication by matrices.
struct MatScale<E> { /* private fields */ }