Engine-side free module R^n over a Ring.
Polynomial-ring view tuned for the inner loop of classical Buchberger Groebner-basis computations.
Interreducer(GBRing *R, FreeModule *F, VECTOR(gbvector *) &elems0)
void showElem(int i, int nterms)
bool reduceTail(gbvector *&f, int i)
bool reduceLT(gbvector *&f, int i)
int reduceTail(gbvector *&f, const gbvector *g)
int cancelLT(gbvector *&f, const gbvector *g)
GBRing and gbvector — the GB-tuned polynomial-ring view used by classical Buchberger code.