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

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

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