Definition in file dbl_eg_numutil.c.
#include "dbl_eg_numutil.h"
Include dependency graph for dbl_eg_numutil.c:
Go to the source code of this file.
Functions | |
void | dbl_EGutilPermSort (const size_t sz, int *const perm, double *const elem) |
Sort a sub-set of entries in an array using quicksort, by permutating the order of the elements in the subset rather than in the whole original array, this function sort from min to max value. | |
void | dbl_EGutilPermSort2 (const size_t sz, int *const perm, double *const elem) |
Sort (in incresing order) a sub-set of entries in an array using quicksort, by permutating the order of the elements in the subset rather than in the whole original array. |