openGPMP
Open Source Mathematics Package
Public Member Functions | Properties | Static Private Attributes | List of all members
pygpmp.nt.nt.Factorization Class Reference
Inheritance diagram for pygpmp.nt.nt.Factorization:

Public Member Functions

def pollard_rho (self, n)
 
def __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Static Private Attributes

 __repr__ = _swig_repr
 
 __swig_destroy__ = _nt.delete_Factorization
 

Detailed Description

Definition at line 212 of file nt.py.

Constructor & Destructor Documentation

◆ __init__()

def pygpmp.nt.nt.Factorization.__init__ (   self)

Definition at line 219 of file nt.py.

219  def __init__(self):
220  _nt.Factorization_swiginit(self, _nt.new_Factorization())

Member Function Documentation

◆ 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)
218 

Member Data Documentation

◆ __repr__

pygpmp.nt.nt.Factorization.__repr__ = _swig_repr
staticprivate

Definition at line 214 of file nt.py.

◆ __swig_destroy__

pygpmp.nt.nt.Factorization.__swig_destroy__ = _nt.delete_Factorization
staticprivate

Definition at line 221 of file nt.py.

Property Documentation

◆ thisown

pygpmp.nt.nt.Factorization.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 213 of file nt.py.


The documentation for this class was generated from the following file: