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

◆ mult()

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

Definition at line 194 of file aring-zz-gmp.hpp.

197 {
198 mpz_mul(&result, &a, &b);
199 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().