Type Definition Matrix5x2
nalgebra::base
type Matrix5x2<N> = MatrixMN<N, U5, U2>;
A stack-allocated, column-major, 5x2 matrix.