|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Yantra::execute_sorting_algorithm | ( | Iterator | begin, |
| Iterator | end, | ||
| Comparator | comp, | ||
| SortingAlgorithm | algorithm | ||
| ) |
Execute sorting algorithm on iterator range.
| Iterator | Random access iterator type |
| Comparator | Comparison function type |
| begin | Start iterator |
| end | End iterator |
| comp | Comparator function |
| algorithm | Algorithm to use |
Definition at line 128 of file SortingHelper.hpp.
References BUCKET, COUNTING, GPU_ACCELERATED, HEAP, LAZY_STREAMING, MERGE_EXTERNAL, NTH_ELEMENT, PARALLEL, PARTIAL, PREDICTIVE_ML, QUICK_OPTIMIZED, RADIX, STABLE, and STANDARD.
Referenced by sort_span_inplace().
Here is the caller graph for this function: