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

◆ make_SumCollector()

SumCollector * Ring::make_SumCollector ( ) const
virtual

Reimplemented in M2FreeAlgebra, M2FreeAlgebraQuotient, and PolynomialRing.

Definition at line 486 of file ring.cpp.

487{
488 return new SumCollectorDefault(this);
489}

Referenced by FreeAlgebra::eval(), and PolyRing::eval().