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

◆ mult()

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

Definition at line 223 of file aring-zzp-flint.hpp.

224 {
225 result = nmod_mul(a, b, mModulus);
226 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mModulus, and result().