Type Definition na::Matrix5xX[][src]

type Matrix5xX<N> = Matrix<N, U5, Dynamic, <DefaultAllocator as Allocator<N, U5, Dynamic>>::Buffer>;

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.