Type Definition RowVectorN
nalgebra::base
type RowVectorN<N, D> = MatrixMN<N, U1, D>;
A statically sized D-dimensional row vector.