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

◆ add()

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

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

313 {
314 fq_nmod_add(&result, &a, &b, mContext);
315 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mContext, and result().