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

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

#include <matrix_refinement2.h>

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

List of all members.

Classes

class  Fingerprint
 distribution of element frequency across a matrix row or column

Public Member Functions

 MatrixRefinement2 (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::MatrixRefinement2< PERM, MATRIX >

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

implements [Leon1991] Section 9 (g)


Member Function Documentation

template<class PERM , class MATRIX >
unsigned int permlib::partition::MatrixRefinement2< 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: