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

pub type Matrix5xX<T> = Matrix<T, U5, Dynamic, VecStorage<T, U5, Dynamic>>;
Expand description

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

Because this is an alias, not all its methods are listed here. See the Matrix type too.