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

◆ FreeAlgebraQuotientElement()

FreeAlgebraQuotientElement::FreeAlgebraQuotientElement ( const FreeAlgebraQuotient * F)
inline

Definition at line 166 of file FreeAlgebraQuotient.hpp.

167 : mRing(F)
168 {
169 mRing->init(mPoly);
170 }
const FreeAlgebraQuotient * mRing

References mPoly, and mRing.

Referenced by operator*(), operator+(), operator-(), operator==(), and operator^().