Type Definition nalgebra::core::MatrixNM [] [src]

type MatrixNM<N, R, C> = Matrix<N, R, C, Owned<N, R, C>>;
Deprecated

: This matrix name contains a typo. Use MatrixMN instead.

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