|
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) |