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

◆ negate()

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

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

161 {
162 mpz_neg(&result, &a);
163 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by syzygy().