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

◆ negate()

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

Definition at line 179 of file aring-zzp-flint.hpp.

180 {
181 result = nmod_neg(a, mModulus);
182 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mModulus, and result().

Referenced by syzygy().