Type Definition Matrix2x4
nalgebra::base
type Matrix2x4<N> = MatrixMN<N, U2, U4>;
A stack-allocated, column-major, 2x4 matrix.