Type Definition Matrix1
nalgebra::base
type Matrix1<N> = MatrixN<N, U1>;
A stack-allocated, column-major, 1x1 square matrix.