vector reverse(vector v) Return a new vector containing the elements of the argument in reverse order.
vector
reverse
(vector v)
row_vector reverse(row_vector v) Return a new row vector containing the elements of the argument in reverse order.
row_vector
(row_vector v)