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

◆ add()

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

Definition at line 220 of file aring-RRi.hpp.

223 {
224 mpfi_add(&result, &a, &b);
225 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by addMultipleTo(), TEST(), TEST(), TEST(), and testRingNegateRRi().