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

◆ copy()

ring_elem M2FreeAlgebraQuotient::copy ( const ring_elem f) const
virtual

Implements Ring.

Definition at line 188 of file M2FreeAlgebraQuotient.cpp.

189{
190 // FRANK: is this what we want to do?
191 return f;
192}