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

◆ subtract_multiple()

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

Definition at line 306 of file aring-gf-flint.hpp.

309 {
310 ElementType c;
311 init(c);
312 mult(c, a, b);
314 clear(c);
315 }
fq_zech_struct ElementType
void init(ElementType &result) const
void mult(ElementType &result, const ElementType &a, const ElementType &b) const
void clear(ElementType &result) const
void subtract(ElementType &result, const ElementType &a, const ElementType &b) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

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