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

type MatrixNM<N, R, C> = Matrix<N, R, C, MatrixArray<N, R, C>>;

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