permlib
0.2.9
Library for permutation computations
|
predicate matching points that are stabilized by given permutations More...
#include <stabilizes_point_predicate.h>
Public Member Functions | |
template<class InputIterator > | |
StabilizesPointPredicate (InputIterator begin, InputIterator end) | |
constructor More... | |
bool | operator() (const unsigned long beta) const |
evaluate predicate | |
predicate matching points that are stabilized by given permutations
|
inline |
constructor
begin | begin iterator of permutations (PERM) that the point is checked against |
end | end iterator of permutations (PERM) that the point is checked against |