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

◆ negate()

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

Definition at line 298 of file aring-gf-flint-big.hpp.

299 {
300 fq_nmod_neg(&result, &a, mContext);
301 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mContext, and result().

Referenced by syzygy().