Definition at line 1746 of file poly.cpp.
1749{
1750 Nterm *g = f;
1751 assert(g != NULL);
1753 M_->to_expvector(g->
monom, exp);
1755}
exponents::Exponents exponents_t
static void copy(int nvars, ConstExponents a, Exponents result)
const mpreal exp(const mpreal &x, mp_rnd_t r=mpreal::get_default_rnd())
#define newarray_atomic(T, len)
References ExponentVector< int, true >::copy(), PolynomialRing::M_, Nterm::monom, PolynomialRing::n_vars(), and newarray_atomic.
Referenced by lift().