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

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

A statically sized D-dimensional row vector.