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

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

This matrix name contains a typo. Use MatrixMN instead.

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