5 #ifndef SYMENGINE_URATPOLY_H
6 #define SYMENGINE_URATPOLY_H
8 #include <symengine/polys/usymenginepoly.h>
14 :
public ODictWrapper<unsigned int, rational_class, URatDict>
31 int compare(
const URatDict &other)
const
33 if (dict_.size() != other.dict_.size())
34 return (dict_.size() < other.dict_.size()) ? -1 : 1;
48 hash_t __hash__()
const override;
54 const Ptr<RCP<const URatPoly>> &res);
#define IMPLEMENT_TYPEID(SYMENGINE_ID)
Inline members and functions.
Main namespace for SymEngine package.
int unified_compare(const T &a, const T &b)