Polynomial expressions of variables with operator overloading.
See also the description in the expr.pxi.
Definition at line 144 of file expr.pxi.
◆ __init__() def __init__ ( self, terms =None
)
terms is a dict of variables to coefficients. CONST is used as key for the constant term.
Definition at line 146 of file expr.pxi.
◆ __abs__() ◆ __add__() def __add__ ( self, other ) ◆ __getitem__() def __getitem__ ( self, key ) ◆ __iadd__() def __iadd__ ( self, other ) ◆ __iter__() ◆ __mul__() def __mul__ ( self, other ) ◆ __neg__() ◆ __next__() ◆ __pow__() def __pow__ ( self, other, modulo ) ◆ __radd__() def __radd__ ( self, other ) ◆ __repr__() ◆ __richcmp__() def __richcmp__ ( self, other, op )turn it into a constraint
Definition at line 268 of file expr.pxi.
◆ __rmul__() def __rmul__ ( self, other ) ◆ __rsub__() def __rsub__ ( self, other )Definition at line 265 of file expr.pxi.
◆ __rtruediv__() def __rtruediv__ ( self, other ) ◆ __sub__() def __sub__ ( self, other )Definition at line 256 of file expr.pxi.
◆ __truediv__() def __truediv__ ( self, other ) ◆ degree() ◆ normalize() ◆ termsThe documentation for this class was generated from the following file:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4