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

type RowVectorN<N, D> = Matrix<N, U1, D, Owned<N, U1, D>>;

A statically sized D-dimensional row vector.