Medial Code Documentation
Loading...
Searching...
No Matches
Functions
medial::sort_ops Namespace Reference

sort helpers More...

Functions

template<typename T >
void get_sort_indexes (const vector< T > &x, const bool descending_order, bool const abs_val, vector< int > &indexes)
 sorts x (or abs(x)) and returns the indexes of sorted values in indexes (descending or ascending)
 

Detailed Description

sort helpers