permlib::MatrixAutomorphismPredicate< PERM, MATRIX > Class Template Reference

predicate for the automorphisms of a symmetric matrix More...

#include <matrix_automorphism_predicate.h>

Inheritance diagram for permlib::MatrixAutomorphismPredicate< PERM, MATRIX >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 MatrixAutomorphismPredicate (const MATRIX &matrix)
 constructor
virtual bool operator() (const PERM &p) const
 true iff group element fulfills predicate
virtual bool childRestriction (const PERM &h, uint i, ulong beta_i) const
 checks if a given group element should not be followed in backtrack search
virtual uint limit () const
 limit of recursion depth in backtrack search
 MatrixAutomorphismPredicate (const MATRIX &matrix)
 constructor
virtual bool operator() (const PERM &p) const
 true iff group element fulfills predicate
virtual bool childRestriction (const PERM &h, uint i, ulong beta_i) const
 checks if a given group element should not be followed in backtrack search
virtual uint limit () const
 limit of recursion depth in backtrack search

Detailed Description

template<class PERM, class MATRIX>
class permlib::MatrixAutomorphismPredicate< PERM, MATRIX >

predicate for the automorphisms of a symmetric matrix

predicate for the automorphism group of a symmetric matrix


Member Function Documentation

template<class PERM, class MATRIX>
virtual bool permlib::MatrixAutomorphismPredicate< PERM, MATRIX >::childRestriction ( const PERM &  h,
uint  i,
ulong  beta_i 
) const [virtual]

checks if a given group element should not be followed in backtrack search

If returns false then element h that arises at backtrack level i with corresponding base element beta_i will not extend to a "complete" group element that fulfills the predicate

Parameters:
h (partial) group element, arising in the backtrack search
i backtrack recursion level
beta_i base element corresponding to current backtrack recursion level

Implements permlib::SubgroupPredicate< PERM >.

template<class PERM , class MATRIX >
bool permlib::MatrixAutomorphismPredicate< PERM, MATRIX >::childRestriction ( const PERM &  h,
uint  i,
ulong  beta_i 
) const [inline, virtual]

checks if a given group element should not be followed in backtrack search

If returns false then element h that arises at backtrack level i with corresponding base element beta_i will not extend to a "complete" group element that fulfills the predicate

Parameters:
h (partial) group element, arising in the backtrack search
i backtrack recursion level
beta_i base element corresponding to current backtrack recursion level

Implements permlib::SubgroupPredicate< PERM >.

template<class PERM, class MATRIX>
virtual uint permlib::MatrixAutomorphismPredicate< PERM, MATRIX >::limit (  )  const [virtual]

limit of recursion depth in backtrack search

only images of the #{limit()} first base points have to be considered

Implements permlib::SubgroupPredicate< PERM >.

template<class PERM , class MATRIX >
uint permlib::MatrixAutomorphismPredicate< PERM, MATRIX >::limit (  )  const [inline, virtual]

limit of recursion depth in backtrack search

only images of the #{limit()} first base points have to be considered

Implements permlib::SubgroupPredicate< PERM >.


The documentation for this class was generated from the following files:
Generated on Fri Jun 18 21:59:49 2010 for PermLib by  doxygen 1.6.3