[][src]Type Definition aljabar::Mat3x3

type Mat3x3<T> = Matrix<T, 3, 3>;

A 3-by-3 square matrix.