pub type Matrix2 = Mat2;
A 2x2 matrix type for use in any dimension context.
pub struct Matrix2(/* private fields */);