Definition at line 169 of file relem.hpp.
170{
171 if (this == &b) return true;
173 {
174 ERROR(
"cannot compare ring elements from different rings");
175 return false;
176 }
178}
virtual bool is_equal(const ring_elem f, const ring_elem g) const =0
const Ring * get_ring() const
References ERROR, get_ring(), Ring::is_equal(), RingElement(), and val.