Type Definition nalgebra::base::MatrixNM

source ·
pub type MatrixNM<N, R, C> = Matrix<N, R, C, Owned<N, R, C>>;
👎Deprecated: This matrix name contains a typo. Use MatrixMN instead.
Expand description

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