NZMATH
1.2.0
About: NZMATH is a Python based number theory oriented calculation system.
![]() ![]() |
Go to the source code of this file.
Classes | |
class | nzmath.poly.hensel.HenselLiftPair |
class | nzmath.poly.hensel.HenselLiftMulti |
class | nzmath.poly.hensel.HenselLiftSimultaneously |
Namespaces | |
nzmath.poly.hensel | |
Functions | |
def | nzmath.poly.hensel._extgcdp (f, g, p) |
def | nzmath.poly.hensel._init_cofactors (factors) |
def | nzmath.poly.hensel.lift_upto (target, factors, p, bound) |
Variables | |
nzmath.poly.hensel.the_ring = polyring.PolynomialRing(rational.theIntegerRing) | |
nzmath.poly.hensel.the_one = the_ring.one | |
nzmath.poly.hensel.the_zero = the_ring.zero | |