Type Definition nyx_space::dimensions::MatrixMN[][src]

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

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

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