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

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

A statically sized D-dimensional row vector.