|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Definition at line 121 of file arithmetic.py.
◆ __init__()
def pygpmp.arithmetic.arithmetic.Basics.__init__ |
( |
|
self | ) |
|
Definition at line 131 of file arithmetic.py.
132 _arithmetic.Basics_swiginit(self, _arithmetic.new_Basics())
◆ 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)
◆ 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)
◆ __repr__
pygpmp.arithmetic.arithmetic.Basics.__repr__ = _swig_repr |
|
staticprivate |
◆ __swig_destroy__
pygpmp.arithmetic.arithmetic.Basics.__swig_destroy__ = _arithmetic.delete_Basics |
|
staticprivate |
◆ thisown
pygpmp.arithmetic.arithmetic.Basics.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: