Definition at line 44 of file res-a0-poly.cpp.
45{
46 res2term head;
48 for (const res2term *tm = f; tm != nullptr; tm = tm->next)
49 {
53 result->coeff =
K->copy(tm->coeff);
54 M->mult(tm->monom, m,
result->monom);
55 }
58}
res2term * new_term() const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References K, M, new_term(), res2term::next, and result().