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

Public Member Functions

def sieve_of_eratosthenes (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_PrimalityGen
 

Detailed Description

Definition at line 183 of file nt.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 190 of file nt.py.

190  def __init__(self):
191  _nt.PrimalityGen_swiginit(self, _nt.new_PrimalityGen())

Member Function Documentation

◆ sieve_of_eratosthenes()

def pygpmp.nt.nt.PrimalityGen.sieve_of_eratosthenes (   self,
  n 
)

Definition at line 187 of file nt.py.

187  def sieve_of_eratosthenes(self, n):
188  return _nt.PrimalityGen_sieve_of_eratosthenes(self, n)
189 

Member Data Documentation

◆ __repr__

pygpmp.nt.nt.PrimalityGen.__repr__ = _swig_repr
staticprivate

Definition at line 185 of file nt.py.

◆ __swig_destroy__

pygpmp.nt.nt.PrimalityGen.__swig_destroy__ = _nt.delete_PrimalityGen
staticprivate

Definition at line 192 of file nt.py.

Property Documentation

◆ thisown

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

Definition at line 184 of file nt.py.


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