|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Definition at line 212 of file nt.py.
◆ __init__()
def pygpmp.nt.nt.Factorization.__init__ |
( |
|
self | ) |
|
Definition at line 219 of file nt.py.
220 _nt.Factorization_swiginit(self, _nt.new_Factorization())
◆ pollard_rho()
def pygpmp.nt.nt.Factorization.pollard_rho |
( |
|
self, |
|
|
|
n |
|
) |
| |
Definition at line 216 of file nt.py.
216 def pollard_rho(self, n):
217 return _nt.Factorization_pollard_rho(self, n)
◆ __repr__
pygpmp.nt.nt.Factorization.__repr__ = _swig_repr |
|
staticprivate |
◆ __swig_destroy__
pygpmp.nt.nt.Factorization.__swig_destroy__ = _nt.delete_Factorization |
|
staticprivate |
◆ thisown
pygpmp.nt.nt.Factorization.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: