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