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

◆ copy() [1/2]

void M2::ARingTower::copy ( elem & result,
elem a ) const
inline

Definition at line 286 of file aring-tower.hpp.

286{ result = copy(mStartLevel, a); }
void copy(elem &result, elem a) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References copy(), mStartLevel, and result().

Referenced by add(), add_in_place(), copy(), copy(), negate(), subtract(), and subtract_in_place().