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

◆ negate()

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

Definition at line 174 of file aring-qq-gmp.hpp.

175 {
176 mpq_neg(&result, &a);
177 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by syzygy().