permlib
0.2.6
Library for permutation computations
|
A sorter that sorts a sequence (e.g. ) with respect to a given input ordering (e.g. a base)
More...
#include <base_sorter.h>
Public Member Functions | |
BaseSorterByReference (const std::vector< unsigned long > &order) | |
constructor | |
Static Public Member Functions | |
template<class InputIterator > | |
static std::vector< unsigned long > | createOrder (unsigned int size, InputIterator begin, InputIterator end) |
constructs an ordering array with the same parameters as BaseSorter for use with BaseSorterByReference |
A sorter that sorts a sequence (e.g. ) with respect to a given input ordering (e.g. a base)
This class uses a reference to a given ordering array to determine the order of elements