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

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

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