LatMRG Online Documentation unknown
Tools to analyze the lattice structure of linear generators
Loading...
Searching...
No Matches
ComboLattice.h File Reference

Classes

class  LatMRG::ComboLattice< Int, Real >
 This class represents a combined MRG. More...

Namespaces

namespace  LatMRG
 This has to be redone in a way similar to Rank1Lattice.

Functions

template<typename Int, typename Real>
MRGLattice< Int, Real > * LatMRG::getLatCombo (std::vector< MRGPeriod< Int > * > &comp, int maxDim)
 This function computes and returns a MRGLattice that is the lattice of the combination of generators described in the MRGPeriods in the vector comp.
template MRGLattice< std::int64_t, double > * LatMRG::getLatCombo (std::vector< MRGPeriod< std::int64_t > * > &comp, int maxDim)
template MRGLattice< NTL::ZZ, double > * LatMRG::getLatCombo (std::vector< MRGPeriod< NTL::ZZ > * > &comp, int maxDim)