forpy  2
argsort.h File Reference
#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...
 

Macro Definition Documentation

◆ FORPY_UTIL_ARGSORT_H_

#define FORPY_UTIL_ARGSORT_H_

Definition at line 4 of file argsort.h.