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 ulong beta) const |
evaluate predicate | |
template<class InputIterator > | |
StabilizesPointPredicate (InputIterator begin, InputIterator end) | |
constructor | |
bool | operator() (const ulong 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 |
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 |