Definition at line 60 of file res-a1-poly.cpp.
61{
62 resterm head;
64 for (const resterm *tm = f; tm != nullptr; tm = tm->next)
65 {
69 result->coeff =
K->copy(tm->coeff);
70 M->copy(tm->monom,
result->monom);
71 }
74}
resterm * new_term() const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References K, M, new_term(), resterm::next, and result().