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

type Matrix6xX<N> = Matrix<N, U6, Dynamic, Owned<N, U6, Dynamic>>;

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

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