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

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

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