permlib 0.2.9
Library for permutation computations
Loading...
Searching...
No Matches
permlib::PointwiseStabilizerPredicate< PERM > Class Template Reference

predicate matching a permutation if it stabilizes a given list of points pointwise More...

#include <pointwise_stabilizer_predicate.h>

Inheritance diagram for permlib::PointwiseStabilizerPredicate< PERM >:

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
 

Detailed Description

template<class PERM>
class permlib::PointwiseStabilizerPredicate< PERM >

predicate matching a permutation if it stabilizes a given list of points pointwise

Constructor & Destructor Documentation

◆ PointwiseStabilizerPredicate()

template<class PERM>
template<class InputIterator>
permlib::PointwiseStabilizerPredicate< PERM >::PointwiseStabilizerPredicate ( InputIterator begin,
InputIterator end )
inline

constructor

Parameters
beginbegin iterator of points (unsigned long) that the permutation is checked against
endend iterator of points (unsigned long) that the permutation is checked against

The documentation for this class was generated from the following file: