Definition at line 1989 of file poly.cpp.
1992{
1995
1999
2000
2001 const Nterm *t = f;
2002 for (; t !=
nullptr; t = t->
next)
2003 {
2004 M_->to_expvector(t->
monom, exp2);
2006 }
2007
2012}
exponents::Exponents exponents_t
static void to_expvector(int n, ConstExponents a, exponents::Exponents result)
static int lex_compare(int nvars, ConstExponents a, ConstExponents b)
virtual ring_elem from_long(long n) const
ring_elem get_logical_coeff(const Ring *coeffR, const Nterm *&f) const
VALGRIND_MAKE_MEM_DEFINED & result(result)
const mpreal exp2(const mpreal &x, mp_rnd_t r=mpreal::get_default_rnd())
const mpreal exp(const mpreal &x, mp_rnd_t r=mpreal::get_default_rnd())
#define newarray_atomic(T, len)
int check_coeff_ring(const Ring *coeffR, const PolyRing *P)
References check_coeff_ring(), EQ, freemem(), from_long(), get_logical_coeff(), ExponentVector< int, true >::lex_compare(), PolynomialRing::M_, Nterm::monom, PolynomialRing::n_vars(), newarray_atomic, Nterm::next, result(), Ring::Ring(), and ExponentList< int, true >::to_expvector().