#include <vector>
#include <random>
#include <type_traits>
#include <algorithm>
#include "../global.h"
Go to the source code of this file.
|
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...
|
|
◆ FORPY_UTIL_ARGSORT_H_
#define FORPY_UTIL_ARGSORT_H_ |