permlib
0.2.6
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 | |
bool | operator() (const unsigned long beta) const |
evaluate predicate |
predicate matching points that are stabilized by given permutations
permlib::StabilizesPointPredicate< PERM >::StabilizesPointPredicate | ( | InputIterator | begin, |
InputIterator | end | ||
) | [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 |