Definition at line 246 of file res-moninfo-dense.hpp.
249 {
250
254 for (
int i = 2; i <
nslots; i++)
255 {
257 }
259 {
263 if (e == 1)
265 else
267 }
268
271 {
274 {
275 auto v = i.var();
276 auto e = i.exponent();
277 auto w = wt[v];
278 if (e == 1)
279 val += w;
280 else
281 val += w * e;
283 }
284 }
285 }
std::unique_ptr< res_monomial_word[]> hashfcn
std::vector< int > weight_vectors
unsigned long ncalls_from_varpower
VALGRIND_MAKE_MEM_DEFINED & result(result)
ExponentListIterator< myword, false > index_res_varpower_monomial
res_varpower_monomials::Exponent res_varpower_word
References firstvar, hashfcn, ncalls_from_varpower, nslots, nvars, nweights, result(), and weight_vectors.
Referenced by SchreyerFrame::computeIdealQuotient().