LLLBases : Table of Contents
- LLLBases -- lattice reduction (Lenstra-Lenstra-Lovasz bases)
- LLL -- compute an LLL basis
- kernelLLL (missing documentation)
- gcdLLL -- compute the gcd of integers, and small multipliers
- hermite (missing documentation)
- gramm (missing documentation)
- isLLL -- is a basis an LLL basis?
- 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
- Givens -- use Givens rotations instead of Gram-Schmidt during LLL
- LLL(..., ChangeMatrix => ...) -- also find change of basis matrix
- LLL(..., Strategy => ...) -- choose among different algorithms
- 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]