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

type RowOVector<T, D> = Matrix<T, U1, D, Owned<T, U1, D>>;

An owned D-dimensional row vector.