Definition at line 116 of file reducedgb-ZZ.cpp.
119{
120 int w =
T->find_smallest_coeff_divisor(exp, comp);
121 int r = -1;
123
124 if (r < 0)
125 {
127 result_loc = w;
129 }
130
131 if (w < 0)
132 {
133 result_loc = r;
135 }
136
137 mpz_srcptr rc =
originalR->quotient_gbvector(r)->coeff.get_mpz();
138 mpz_srcptr wc = polys[w].f->coeff.get_mpz();
139 if (mpz_cmpabs(rc, wc) > 0)
140 {
141 result_loc = w;
143 }
144 result_loc = r;
146}
const MonomialTableZZ * ringtableZZ
const PolynomialRing * originalR
References DIVISOR_MODULE, DIVISOR_NONE, DIVISOR_RING, ReducedGB::originalR, ringtableZZ, and T.
Referenced by remainder(), and remainder().