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

◆ mult()

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

Definition at line 199 of file aring-zz-flint.hpp.

202 {
203 fmpz_mul(&result, &a, &b);
204 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().