SAF
|
Helper struct for sorting a vector of doubles using 'qsort'. More...
Data Fields | |
double | val |
value | |
int | idx |
corresponding index, so that the sorting functions may also return the sorted indexes if required | |
Helper struct for sorting a vector of doubles using 'qsort'.
Definition at line 44 of file saf_utility_sort.c.
int saf_sort_double::idx |
corresponding index, so that the sorting functions may also return the sorted indexes if required
Definition at line 46 of file saf_utility_sort.c.
double saf_sort_double::val |
value
Definition at line 45 of file saf_utility_sort.c.