Rosetta
Namespaces | Functions
sort.functions.hh File Reference

Functions related to sorting. More...

#include <utility/vectorL.hh>
#include <utility/vector1.hh>
#include <numeric>

Namespaces

 utility
 unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0.
 

Functions

template<platform::SSize L, typename T >
utility::vector1< platform::Sizeutility::argsort (utility::vectorL< L, T > const &v)
 
template<platform::SSize L, typename T >
utility::vector1< platform::Realutility::fractional_rank (utility::vectorL< L, T > const &v)
 Return the fractional rank of a list of numbers. More...
 

Detailed Description

Functions related to sorting.

Author
Brian Coventry (bcov@.nosp@m.uw.e.nosp@m.du)