Function vector_sort_double (o2scl)

O2scl : Function List

template<class vec_t>
void o2scl::vector_sort_double(size_t n, vec_t &data)

Sort a vector of doubles (in increasing order)

This function is just a wrapper for

vector_sort<vec_t,double>(n,data);
See the documentation of o2scl::vector_sort() for more details.