Type Definition lnkit::prelude::base::MatrixXx1[][src]

type MatrixXx1<T> = Matrix<T, Dynamic, Const<1_usize>, VecStorage<T, Dynamic, Const<1_usize>>>;

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

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