Macaulay2 Engine
Loading...
Searching...
No Matches

◆ addToGroebnerBasis()

void NCGroebner::addToGroebnerBasis ( Poly * toAdd)

Definition at line 197 of file NCGroebner.cpp.

198{
199 // add in auto-reduction here?
201 mGroebner.push_back(toAdd);
202}
void makeMonicInPlace(Poly &f) const
PolyList mGroebner
const FreeAlgebra & freeAlgebra() const

References freeAlgebra(), FreeAlgebra::makeMonicInPlace(), and mGroebner.

Referenced by computeHomogeneous(), and computeInhomogeneous().