|
|
| MExprDict (unsigned int s) SYMENGINE_NOEXCEPT |
| |
|
| MExprDict (MExprDict &&other) SYMENGINE_NOEXCEPT |
| |
|
| MExprDict (umap_vec_expr &&p, unsigned int sz) |
| |
|
| MExprDict (const umap_vec_expr &p, unsigned int sz) |
| |
|
| MExprDict (const MExprDict &)=default |
| |
|
MExprDict & | operator= (const MExprDict &)=default |
| |
|
| UDictWrapper (unsigned int s) SYMENGINE_NOEXCEPT |
| |
|
| UDictWrapper (Dict &&p, unsigned int sz) |
| |
|
| UDictWrapper (const Dict &p, unsigned int sz) |
| |
|
MExprDict & | operator= (MExprDict &&other) |
| |
|
MExprDict & | operator+= (const MExprDict &other) |
| |
|
MExprDict | operator- () const |
| |
|
MExprDict & | operator-= (const MExprDict &other) |
| |
|
MExprDict & | operator*= (const MExprDict &other) |
| |
|
bool | operator== (const MExprDict &other) const |
| |
|
bool | operator!= (const MExprDict &other) const |
| |
|
const Dict & | get_dict () const |
| |
|
bool | empty () const |
| |
|
Expression | get_coeff (vec_int &x) const |
| |
|
MExprDict | translate (const vec_uint &translator, unsigned int size) const |
| |
Definition at line 286 of file msymenginepoly.h.
The documentation for this class was generated from the following file: