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

type Matrix5<N> = MatrixN<N, U5>;

A stack-allocated, column-major, 5x5 square matrix.