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

◆ mult()

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

Definition at line 203 of file aring-RR.hpp.

206 {
207 result = a * b;
208 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by TEST(), TEST(), TEST(), and TEST().