[][src]Type Definition na::MatrixMN

type MatrixMN<N, R, C> = Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>;

A statically sized column-major matrix with R rows and C columns.