NZMATH
1.2.0
About: NZMATH is a Python based number theory oriented calculation system.
![]() ![]() |
Classes | |
class | Lattice |
class | LatticeElement |
Functions | |
def | LLL (_basis, quadraticForm=None, delta=0.75) |
def nzmath.lattice.LLL | ( | _basis, | |
quadraticForm = None , |
|||
delta = 0.75 |
|||
) |
LLL returns LLL-reduced basis
Definition at line 121 of file lattice.py.
References nzmath.real.floor(), nzmath.vector.innerProduct(), nzmath.bigrange.range(), and nzmath.matrix.unitMatrix().