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

type RowVector1<N> = RowVectorN<N, U1>;

A stack-allocated, 1-dimensional row vector.