1861{
1862 Nterm head;
1863 Nterm *inresult = &head;
1864
1866
1867 for (Nterm& t : f)
1868 {
1869 M_->to_expvector(t.monom, exp);
1871 if (lobound_given && wt < lobound) continue;
1872 if (hibound_given && wt > hibound) continue;
1874 inresult = inresult->
next;
1875 }
1876
1877 inresult->
next =
nullptr;
1880}
exponents::Exponents exponents_t
static Exponent weight(int nvars, ConstExponents a, const std::vector< Exponent > &wts)
Nterm * copy_term(const Nterm *t) const
const mpreal exp(const mpreal &x, mp_rnd_t r=mpreal::get_default_rnd())
#define newarray_atomic(T, len)