[][src]Type Definition nalgebra::base::Matrix1

type Matrix1<N> = MatrixN<N, U1>;

A stack-allocated, column-major, 1x1 square matrix.