subgroup search for the automorphism group of a symmetric matrix based on partition backtracking More...
#include <matrix_automorphism_search.h>
Public Types | |
typedef RBase< BSGSIN, TRANSRET >::PERM | PERM |
typedef RBase< BSGSIN, TRANSRET >::PERM | PERM |
Public Member Functions | |
MatrixAutomorphismSearch (const BSGSIN &bsgs, uint pruningLevelDCM) | |
constructor | |
template<class MATRIX > | |
void | construct (const MATRIX &matrix) |
initializes search | |
MatrixAutomorphismSearch (const BSGSIN &bsgs, uint pruningLevelDCM) | |
constructor | |
template<class MATRIX > | |
void | construct (const MATRIX &matrix) |
initializes search |
subgroup search for the automorphism group of a symmetric matrix based on partition backtracking
permlib::partition::MatrixAutomorphismSearch< BSGSIN, TRANSRET >::MatrixAutomorphismSearch | ( | const BSGSIN & | bsgs, | |
uint | pruningLevelDCM | |||
) | [inline] |
constructor
bsgs | BSGS of group | |
pruningLevelDCM | level up to which expensive double coset minimality pruning is performed; zero to disable |
permlib::partition::MatrixAutomorphismSearch< BSGSIN, TRANSRET >::MatrixAutomorphismSearch | ( | const BSGSIN & | bsgs, | |
uint | pruningLevelDCM | |||
) |
constructor
bsgs | BSGS of group | |
pruningLevelDCM | level up to which expensive double coset minimality pruning is performed; zero to disable |
void permlib::partition::MatrixAutomorphismSearch< BSGSIN, TRANSRET >::construct | ( | const MATRIX & | matrix | ) | [inline] |
initializes search
matrix | symmetric matrix |
void permlib::partition::MatrixAutomorphismSearch< BSGSIN, TRANSRET >::construct | ( | const MATRIX & | matrix | ) | [inline] |
initializes search
matrix | symmetric matrix |