|
| UDictWrapper (unsigned int s) SYMENGINE_NOEXCEPT |
|
| UDictWrapper (Dict &&p, unsigned int sz) |
|
| UDictWrapper (const Dict &p, unsigned int sz) |
|
Wrapper & | operator= (Wrapper &&other) |
|
Wrapper & | operator+= (const Wrapper &other) |
|
Wrapper | operator- () const |
|
Wrapper & | operator-= (const Wrapper &other) |
|
Wrapper & | operator*= (const Wrapper &other) |
|
bool | operator== (const Wrapper &other) const |
|
bool | operator!= (const Wrapper &other) const |
|
const Dict & | get_dict () const |
|
bool | empty () const |
|
Value | get_coeff (Vec &x) const |
|
Wrapper | translate (const vec_uint &translator, unsigned int size) const |
|
|
static Wrapper | mul (const Wrapper &a, const Wrapper &b) |
|
static Wrapper | pow (const Wrapper &a, unsigned int p) |
|
|
Dict | dict_ |
|
unsigned int | vec_size |
|
|
Wrapper | operator+ (const Wrapper &a, const Wrapper &b) |
|
Wrapper | operator- (const Wrapper &a, const Wrapper &b) |
|
Wrapper | operator* (const Wrapper &a, const Wrapper &b) |
|
template<typename Vec, typename Value, typename Wrapper>
class SymEngine::UDictWrapper< Vec, Value, Wrapper >
Definition at line 14 of file msymenginepoly.h.
The documentation for this class was generated from the following file: