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

◆ subtract_multiple()

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

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

199 {
200 result -= a * b;
201 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by TEST().