pub type Matrix2x6<T> = Matrix<T, 2, 6>;
2×6 matrix.
pub struct Matrix2x6<T> { /* private fields */ }