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

◆ negate()

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

Definition at line 279 of file aring-gf-flint.hpp.

280 {
281 fq_zech_neg(&result, &a, mContext);
282 }
fq_zech_ctx_t mContext
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mContext, and result().

Referenced by syzygy().