|
forpy
2
|
#include <vector>#include <random>#include <type_traits>#include <algorithm>#include "../global.h"Go to the source code of this file.
Namespaces | |
| forpy | |
Macros | |
| #define | FORPY_UTIL_ARGSORT_H_ |
Functions | |
| template<typename T > | |
| static std::vector< size_t > | forpy::argsort (const T *v, const size_t n) |
| Highly efficient argsort realized with few STL commands. More... | |
| template<typename T > | |
| static std::vector< size_t > | forpy::argsort (const std::vector< T > &v) |
| Highly efficient argsort realized with few STL commands. More... | |