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

◆ add()

void M2::ARingRR::add ( ElementType & result,
const ElementType & a,
const ElementType & b ) const
inline

Definition at line 175 of file aring-RR.hpp.

178 {
179 result = a + b;
180 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by TEST(), TEST(), TEST(), and testRingNegateRR().