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

Public Member Functions

def greatest_power (self, n, p)
 
def op_gcd (self, x, y)
 
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__ = _arithmetic.delete_Basics
 

Detailed Description

Definition at line 121 of file arithmetic.py.

Constructor & Destructor Documentation

◆ __init__()

def pygpmp.arithmetic.arithmetic.Basics.__init__ (   self)

Definition at line 131 of file arithmetic.py.

131  def __init__(self):
132  _arithmetic.Basics_swiginit(self, _arithmetic.new_Basics())

Member Function Documentation

◆ greatest_power()

def pygpmp.arithmetic.arithmetic.Basics.greatest_power (   self,
  n,
  p 
)

Definition at line 125 of file arithmetic.py.

125  def greatest_power(self, n, p):
126  return _arithmetic.Basics_greatest_power(self, n, p)
127 

◆ op_gcd()

def pygpmp.arithmetic.arithmetic.Basics.op_gcd (   self,
  x,
  y 
)

Definition at line 128 of file arithmetic.py.

128  def op_gcd(self, x, y):
129  return _arithmetic.Basics_op_gcd(self, x, y)
130 

Member Data Documentation

◆ __repr__

pygpmp.arithmetic.arithmetic.Basics.__repr__ = _swig_repr
staticprivate

Definition at line 123 of file arithmetic.py.

◆ __swig_destroy__

pygpmp.arithmetic.arithmetic.Basics.__swig_destroy__ = _arithmetic.delete_Basics
staticprivate

Definition at line 133 of file arithmetic.py.

Property Documentation

◆ thisown

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

Definition at line 122 of file arithmetic.py.


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