Definition at line 77 of file res-a0-poly.cpp.
78{
79 res2term head;
81 for (const res2term *tm = f; tm != nullptr; tm = tm->next)
82 {
86 result->coeff =
K->copy(tm->coeff);
87 M->copy(tm->monom,
result->monom);
88 }
91}
res2term * new_term() const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References K, M, new_term(), res2term::next, and result().