permlib  0.2.9
Library for permutation computations
Public Member Functions | List of all members
permlib::GroupSorter< PERM > Class Template Reference

A sorter that sorts a sequence of permutations with respect to a ordering induced by a base. More...

#include <group_sorter.h>

Inheritance diagram for permlib::GroupSorter< PERM >:

Public Member Functions

template<class InputIterator >
 GroupSorter (unsigned int size, InputIterator begin, InputIterator end)
 constructor More...
 
bool operator() (PERM a, PERM b) const
 true iff a < b
 

Detailed Description

template<class PERM>
class permlib::GroupSorter< PERM >

A sorter that sorts a sequence of permutations with respect to a ordering induced by a base.

Constructor & Destructor Documentation

◆ GroupSorter()

template<class PERM >
template<class InputIterator >
permlib::GroupSorter< PERM >::GroupSorter ( unsigned int  size,
InputIterator  begin,
InputIterator  end 
)
inline

constructor

Parameters
sizesize of sequence to be sorted
beginbegin iterator for partial sequence that induces the ordering
endend iterator for partial sequence that induces the ordering

The documentation for this class was generated from the following file: