pub type Mat2<T> = Matrix<2, T, Aligned>;
A 2x2 column major matrix.
This type may be SIMD-aligned depending on the target architecture.
pub struct Mat2<T>(/* private fields */);