|
| UIntDict (UIntDict &&other) SYMENGINE_NOEXCEPT |
|
| UIntDict (const int &i) |
|
| UIntDict (const map_uint_mpz &p) |
|
| UIntDict (const integer_class &i) |
|
| UIntDict (const UIntDict &)=default |
|
UIntDict & | operator= (const UIntDict &)=default |
|
integer_class | eval_bit (const unsigned int &x) const |
| Evaluates the dict_ at value 2**x.
|
|
int | compare (const UIntDict &other) const |
|
integer_class | max_abs_coef () const |
|
| ODictWrapper (const int &i) |
|
| ODictWrapper (const std::map< unsigned int, integer_class > &p) |
|
| ODictWrapper (std::map< unsigned int, integer_class > &&p) |
|
| ODictWrapper (const integer_class &p) |
|
| ODictWrapper (std::string s) |
|
UIntDict & | operator= (UIntDict &&other) SYMENGINE_NOEXCEPT |
|
UIntDict & | operator+= (const UIntDict &other) |
|
UIntDict | operator- () const |
|
UIntDict & | operator-= (const UIntDict &other) |
|
UIntDict & | operator*= (const UIntDict &other) |
|
bool | operator!= (const UIntDict &other) const |
|
const std::map< unsigned int, integer_class > & | get_dict () const |
|
size_t | size () const |
|
bool | empty () const |
|
unsigned int | degree () const |
|
integer_class | get_coeff (unsigned int x) const |
|
integer_class | get_lc () const |
|
|
typedef unsigned int | key_type |
|
std::map< unsigned int, integer_class > | dict_ |
|
Definition at line 24 of file uintpoly.h.
The documentation for this class was generated from the following file:
- /home/runner/work/symengine/symengine/symengine/polys/uintpoly.h