Type Definition RowVector1
nalgebra::base
type RowVector1<N> = RowVectorN<N, U1>;
A stack-allocated, 1-dimensional row vector.