|
MythTV master
|
Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | ELEM_SWAP (T &a, T &b) |
| template<typename T > | |
| T | quick_select (T *arr, int nelems, int select) |
| template<typename T > | |
| T | quick_select_median (T *arr, int nelems) |
| void ELEM_SWAP | ( | T & | a, |
| T & | b | ||
| ) |
Definition at line 5 of file quickselect.h.
| T quick_select | ( | T * | arr, |
| int | nelems, | ||
| int | select | ||
| ) |
Definition at line 13 of file quickselect.h.
| T quick_select_median | ( | T * | arr, |
| int | nelems | ||
| ) |
Definition at line 67 of file quickselect.h.