len()
The len() method returns the number of elements in a vector.
list()
The list() method returns the elements in a vector as a list.
norm()
The norm() method returns the quadrature sum of the elements in a vector.
reduce(f
The reduce(f
f(a,b)
f(a,b)
reverse()
The reverse() method reverses the order of the elements of a vector, and returns the new vector.
sort()
The sort() method sorts the elements of a vector into ascending order, and returns the new vector.