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

type MatrixXx4<N> = Matrix<N, Dynamic, U4, Owned<N, Dynamic, U4>>;

A heap-allocated, column-major, matrix with a dynamic number of rows and 4 columns.