5 #ifndef SYMENGINE_URATPOLY_H
6 #define SYMENGINE_URATPOLY_H
8 #include <symengine/polys/usymenginepoly.h>
30 int compare(
const URatDict &other)
const
32 if (dict_.size() != other.dict_.size())
33 return (dict_.size() < other.dict_.size()) ? -1 : 1;
51 const Ptr<RCP<const URatPoly>> &res);
#define IMPLEMENT_TYPEID(SYMENGINE_ID)
Inline members and functions.
hash_t __hash__() const override
URatPoly(const RCP< const Basic > &var, URatDict &&dict)
Constructor of URatPoly class.
Main namespace for SymEngine package.
int unified_compare(const T &a, const T &b)