Function vector_sort_double (o2scl)¶
-
template<class
vec_t
>
voido2scl
::
vector_sort_double
(size_t n, vec_t &data)¶ Sort a vector of doubles (in increasing order)
This function is just a wrapper for
See the documentation of o2scl::vector_sort() for more details.vector_sort<vec_t,double>(n,data);