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

type Matrix5x2<N> = MatrixMN<N, U5, U2>;

A stack-allocated, column-major, 5x2 matrix.