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

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

A stack-allocated, 1-dimensional row vector.