Type Definition nalgebra::base::Matrix2xX

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

A heap-allocated, row-major, matrix with 2 rows and a dynamic number of columns.

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