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

◆ subtract_multiple()

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

Definition at line 324 of file aring-gf-flint-big.hpp.

327 {
328 ElementType c;
329 init(c);
330 mult(c, a, b);
332 clear(c);
333 }
void clear(ElementType &result) const
void subtract(ElementType &result, const ElementType &a, const ElementType &b) const
void init(ElementType &result) const
void mult(ElementType &result, const ElementType &a, const ElementType &b) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References clear(), init(), mult(), result(), and subtract().