Definition at line 354 of file ring-vecs.cpp.
356{
357 (void) F;
359
360 vecterm head;
362
363 for (vec t = v; t != nullptr; t = t->next)
364 {
365 ring_elem a =
eval(map, t->coeff, 0);
367 {
370 }
371 }
374}
vec make_vec(int r, ring_elem a) const
virtual bool is_zero(const ring_elem f) const =0
virtual ring_elem eval(const RingMap *map, const ring_elem f, int first_var) const =0
const Ring * get_ring() const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References eval(), is_zero(), make_vec(), vec::next, result(), and Ring().
Referenced by RingMap::eval().