Public Member Functions | |
| def | normalize (self) |
| def | degree (self) |
Public Attributes | |
| terms | |
Polynomial expressions of variables with operator overloading.
| def degree | ( | self | ) |
computes highest degree of terms
Definition at line 294 of file expr.pxi.
References GRAPH.terms, and Expr.terms.
| def normalize | ( | self | ) |
remove terms with coefficient of 0
Definition at line 287 of file expr.pxi.
References GRAPH.terms, and Expr.terms.