LatMRG Online Documentation unknown
Tools to analyze the lattice structure of linear generators
|
Classes | |
class | LatMRG::FlexModInt< Int > |
The FlexModInt class permits one to use the NTL functions that work on integers, vectors, and polynomials over Z_p (with arithmetic modulo p) using the flexible type Int for the modulus and coefficients. More... | |
class | LatMRG::FlexModInt< std::int64_t > |
class | LatMRG::FlexModInt< NTL::ZZ > |
Namespaces | |
namespace | LatMRG |
This has to be redone in a way similar to Rank1Lattice. |
Functions | |
template<typename Int> | |
static void | LatMRG::setModulusIntP (const Int &m) |
Sets to m the modulus used by NTL for its IntP calculations. |