permlib  0.2.6
Library for permutation computations
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions
permlib::partition::MatrixRefinement1< PERM, MATRIX > Class Template Reference

concrete $\mathcal P$-refinement for symmetric matrix automorphisms More...

#include <matrix_refinement1.h>

Inheritance diagram for permlib::partition::MatrixRefinement1< PERM, MATRIX >:
permlib::partition::Refinement< PERM >

List of all members.

Public Member Functions

 MatrixRefinement1 (unsigned long n, const MATRIX &matrix)
 constructor
virtual unsigned int apply (Partition &pi) const
 applies (left-)refinement to pi which is the original partition this refinement was initialized to
virtual bool init (Partition &pi)
 initializes refinement

Detailed Description

template<class PERM, class MATRIX>
class permlib::partition::MatrixRefinement1< PERM, MATRIX >

concrete $\mathcal P$-refinement for symmetric matrix automorphisms

exploits that if $\alpha^g=\beta$ then the rows $\alpha,\beta$ must have the same diagonal elements for an automorphism $g$


Member Function Documentation

template<class PERM , class MATRIX >
unsigned int permlib::partition::MatrixRefinement1< PERM, MATRIX >::apply ( Partition pi) const [virtual]

applies (left-)refinement to pi which is the original partition this refinement was initialized to

See also:
undo
apply2
Returns:
number of elementary intersections that were needed for refinement application

Implements permlib::partition::Refinement< PERM >.


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