O2scl : Function List
Compute the sum of the first n elements of a vector.
n
If n is zero, this will return 0 without throwing an exception.
Compute the sum of all the elements of a vector.
If the vector has zero size, this will return 0 without calling the error handler.