Type Definition nalgebra::base::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 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.