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

◆ FreeAlgebra()

FreeAlgebra::FreeAlgebra ( const Ring * K,
std::shared_ptr< FreeMonoid > M )
private

Definition at line 106 of file FreeAlgebra.cpp.

109 : mCoefficientRing(*K),
110 mMonoid(M)
111{
112}
const Ring & mCoefficientRing
std::shared_ptr< FreeMonoid > mMonoid

References mCoefficientRing, and mMonoid.

Referenced by create().