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

type RowVectorN<N, D> = MatrixMN<N, U1, D>;

A statically sized D-dimensional row vector.