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

◆ negate()

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

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

168{ result = -a; }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

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