Definition at line 121 of file ring-vecs.cpp.
122{
124 {
125 if (a == nullptr)
126 {
127 if (b == nullptr) return true;
128 return false;
129 }
130 if (b == nullptr) return false;
131 if (a->
comp != b->
comp)
return false;
133 }
134}
virtual bool is_equal(const ring_elem f, const ring_elem g) const =0
References vec::coeff, vec::comp, is_equal(), and vec::next.