[][src]Type Definition nalgebra::base::MatrixXx2

type MatrixXx2<N> = Matrix<N, Dynamic, U2, Owned<N, Dynamic, U2>>;

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

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