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

◆ FreeAlgebraQuotient()

FreeAlgebraQuotient::FreeAlgebraQuotient ( const FreeAlgebra & A,
const ConstPolyList & GB,
int maxdeg )

Definition at line 11 of file FreeAlgebraQuotient.cpp.

14 : mFreeAlgebra(A),
15 mGroebner(A,GB,maxdeg,0),
16 mMaxdeg(maxdeg)
17{
18 // this NCGroebner object is used for reductions only.
19 // will eventually separate the 'reduction' code from the 'GB' code
20 // into two separate classes, but for now we have just one.
21 mGroebner.initReductionOnly();
22}
const FreeAlgebra & mFreeAlgebra

References mFreeAlgebra, mGroebner, and mMaxdeg.