LatMRG Online Documentation unknown
Tools to analyze the lattice structure of linear generators
|
This class is used to manipulate easily MMRG of Mixmax types as described by Savvidy [CITE PAPER]. More...
Public Member Functions | |
MixmaxMMRG (Int modulus, int N, Int &s, Int &m, Int &b) | |
Constructor for the four-parameters family. | |
MixmaxMMRG (Int modulus, int N, Int &s, Int &m) | |
Constructor for the three-parameters family. | |
MixmaxMMRG (Int modulus, int N, Int &s) | |
Constructor for the two-parameters family. | |
~MixmaxMMRG () | |
Destructor. | |
int | getOrder () |
Returns the order of the MMRG matrix. | |
IntMat | getMatrix () |
Returns the matrix of the MMRG. |
This class is used to manipulate easily MMRG of Mixmax types as described by Savvidy [CITE PAPER].
LatMRG::MixmaxMMRG< Int >::MixmaxMMRG | ( | Int | modulus, |
int | N, | ||
Int & | s, | ||
Int & | m, | ||
Int & | b ) |
Constructor for the four-parameters family.
LatMRG::MixmaxMMRG< Int >::MixmaxMMRG | ( | Int | modulus, |
int | N, | ||
Int & | s, | ||
Int & | m ) |
Constructor for the three-parameters family.
The four-parameter family reduces to the three-parameter family with \(b=2-2m\).
LatMRG::MixmaxMMRG< Int >::MixmaxMMRG | ( | Int | modulus, |
int | N, | ||
Int & | s ) |
Constructor for the two-parameters family.
The three-parameter family reduces to the two-parameter family with \(m=1\).
LatMRG::MixmaxMMRG< Int >::~MixmaxMMRG | ( | ) |
Destructor.
|
inline |
Returns the order of the MMRG matrix.
|
inline |
Returns the matrix of the MMRG.