|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Yantra::sort_span_inplace | ( | std::span< double > | data, |
| SortingDirection | direction, | ||
| SortingAlgorithm | algorithm | ||
| ) |
Sort a single span of doubles in-place.
| data | Span of data to sort |
| direction | Sort direction |
| algorithm | Sort algorithm |
Definition at line 5 of file SortingHelper.cpp.
References create_double_comparator(), and execute_sorting_algorithm().
Referenced by MayaFlux::Yantra::StandardSorter< InputType, OutputType >::extract_chunked_data(), sort_channels_inplace(), and sort_span_extract().
Here is the call graph for this function:
Here is the caller graph for this function: