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

◆ mult()

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

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

338 {
339 fq_nmod_mul(&result, &a, &b, mContext);
340 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mContext, and result().

Referenced by divide(), and subtract_multiple().