Type Definition na::MatrixXx5 [−][src]
type MatrixXx5<N> = Matrix<N, Dynamic, U5, <DefaultAllocator as Allocator<N, Dynamic, U5>>::Buffer>;
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.