Type Definition Matrix5
nalgebra::base
type Matrix5<N> = MatrixN<N, U5>;
A stack-allocated, column-major, 5x5 square matrix.