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

◆ add()

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

Definition at line 173 of file aring-zz-gmp.hpp.

176 {
177 mpz_add(&result, &a, &b);
178 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().