Definition at line 60 of file res-a0-poly.cpp.
62{
63 res2term head;
65 for (const res2term *tm = f; tm != nullptr; tm = tm->next)
66 {
70 result->coeff =
K->mult(c, tm->coeff);
71 M->copy(tm->monom,
result->monom);
72 }
75}
res2term * new_term() const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References K, M, new_term(), res2term::next, and result().