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

◆ mult()

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

Definition at line 206 of file aring-qq-flint.hpp.

209 {
210 fmpq_mul(&result, &a, &b);
211 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().