|
| URatDict (URatDict &&other) SYMENGINE_NOEXCEPT |
|
| URatDict (const int &i) |
|
| URatDict (const map_uint_mpq &p) |
|
| URatDict (const rational_class &i) |
|
| URatDict (const URatDict &)=default |
|
URatDict & | operator= (const URatDict &)=default |
|
int | compare (const URatDict &other) const |
|
| ODictWrapper (const int &i) |
|
| ODictWrapper (const std::map< unsigned int, rational_class > &p) |
|
| ODictWrapper (std::map< unsigned int, rational_class > &&p) |
|
| ODictWrapper (const rational_class &p) |
|
| ODictWrapper (std::string s) |
|
URatDict & | operator= (URatDict &&other) SYMENGINE_NOEXCEPT |
|
URatDict & | operator+= (const URatDict &other) |
|
URatDict | operator- () const |
|
URatDict & | operator-= (const URatDict &other) |
|
URatDict & | operator*= (const URatDict &other) |
|
bool | operator!= (const URatDict &other) const |
|
const std::map< unsigned int, rational_class > & | get_dict () const |
|
size_t | size () const |
|
bool | empty () const |
|
unsigned int | degree () const |
|
rational_class | get_coeff (unsigned int x) const |
|
rational_class | get_lc () const |
|
Definition at line 13 of file uratpoly.h.
The documentation for this class was generated from the following file:
- /home/runner/work/symengine/symengine/symengine/polys/uratpoly.h