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

◆ mult()

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

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

320 {
321 fq_zech_mul(&result, &a, &b, mContext);
322 }
fq_zech_ctx_t mContext
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mContext, and result().

Referenced by divide(), and subtract_multiple().