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

◆ FreeAlgebraElement() [1/2]

FreeAlgebraElement::FreeAlgebraElement ( const FreeAlgebra * F)
inline

Definition at line 272 of file FreeAlgebra.hpp.

273 : mRing(F)
274 {
275 mRing->init(mPoly);
276 }
const FreeAlgebra * mRing

References mPoly, and mRing.

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