Type Definition Matrix4x5
nalgebra::base
type Matrix4x5<N> = MatrixMN<N, U4, U5>;
A stack-allocated, column-major, 4x5 matrix.