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

◆ copy()

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

Implements Ring.

Definition at line 198 of file M2FreeAlgebra.cpp.

199{
200 // FRANK: is this what we want to do?
201 return f;
202}