permlib
0.2.6
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 | |
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
permlib::PointwiseStabilizerPredicate< PERM >::PointwiseStabilizerPredicate | ( | InputIterator | begin, |
InputIterator | end | ||
) | [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 |