[][src]Type Definition aljabar::Mat2x2

type Mat2x2<T> = Matrix<T, 2, 2>;

A 2-by-2 square matrix.