Type Definition na::DMatrix

source ·
pub type DMatrix<T> = Matrix<T, Dyn, Dyn, VecStorage<T, Dyn, Dyn>>;
Expand description

A dynamically sized column-major matrix.

Because this is an alias, not all its methods are listed here. See the Matrix type too.