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

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

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

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