[][src]Type Definition aljabar::Mat1x1

type Mat1x1<T> = Matrix<T, 1, 1>;

A 1-by-1 square matrix.