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

type MatrixN<N, D> = Matrix<N, D, D, <DefaultAllocator as Allocator<N, D, D>>::Buffer>;
Expand description

A statically sized column-major square matrix with D rows and columns.

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