Expand description
Contains an implementation of the Lenstra-Lenstra-Lovasz algorithm for lattice basis reduction.
Modulesยง
- exact
- Contains
exact::lll()
, an implementation of the Lenstra-Lenstra-Lovasz lattice basis reduction algorithm, using arbitrary-precision arithmetic. - float
- Contains
float::lll_quadratic_form()
andfloat::lll()
, an implementation of the Lenstra-Lenstra-Lovasz lattice basis reduction algorithm, using floating point numbers.