Definition at line 501 of file dpoly.cpp.
502{
503 if (c == 0) return nullptr;
506 for (int i = 1; i <= level; i++)
507 {
508 TowerPolynomial a =
result;
511 }
513}
static TowerPolynomial alloc_poly_n(int deg, TowerPolynomial *elems=nullptr)
static TowerPolynomial alloc_poly_0(int deg, long *elems=nullptr)
VALGRIND_MAKE_MEM_DEFINED & result(result)
References alloc_poly_0(), alloc_poly_n(), and result().
Referenced by gcd_coefficients(), and power_mod().