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

type Matrix1xX<N> = Matrix<N, U1, Dynamic, Owned<N, U1, Dynamic>>;

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

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