Symbol Index
- BKZ -- compute BKZ reduced basis instead of an LLL reduced basis
- CohenEngine -- use the original Macaulay2 LLL algorithm
- CohenTopLevel -- use the Macaulay2 language LLL algorithm
- gcdLLL -- compute the gcd of integers, and small multipliers
- Givens -- use Givens rotations instead of Gram-Schmidt during LLL
- gram
- hermite -- compute the Hermite normal form and small multiplier matrix using LLL bases
- isLLL -- is a basis an LLL basis?
- kernelLLL -- compute the kernel of an integer matrix using LLL bases
- LLL -- compute an LLL basis
- LLLBases -- lattice reduction (Lenstra-Lenstra-Lovasz bases)
- NTL -- use the all-integer LLL strategy from NTL library
- RealFP -- use double precision real numbers
- RealQP -- use quadruple precision real numbers
- RealQP1 -- use a combination of double precision and quad precision real numbers
- RealRR -- use arbitrary precision real numbers
- RealXD -- use extended exponent real numbers
- Threshold -- the LLL threshold, in interval (1/4,1]