permlib
0.2.6
Library for permutation computations
|
concrete -refinement for symmetric matrix automorphisms
More...
#include <matrix_refinement2.h>
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 |
concrete -refinement for symmetric matrix automorphisms
implements [Leon1991] Section 9 (g)
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
Implements permlib::partition::Refinement< PERM >.