permlib
0.2.9
Library for permutation computations
|
predicate matching a permutation if it stabilizes a given list of points pointwise More...
#include <pointwise_stabilizer_predicate.h>
Public Member Functions | |
template<class InputIterator > | |
PointwiseStabilizerPredicate (InputIterator begin, InputIterator end) | |
constructor More... | |
PointwiseStabilizerPredicate (unsigned int x) | |
bool | operator() (const typename PERM::ptr &p) const |
evaluate predicate | |
predicate matching a permutation if it stabilizes a given list of points pointwise
|
inline |
constructor
begin | begin iterator of points (unsigned long) that the permutation is checked against |
end | end iterator of points (unsigned long) that the permutation is checked against |