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

◆ mult()

void FreeAlgebraQuotient::mult ( Poly & result,
const Poly & f,
const Poly & g ) const

Definition at line 125 of file FreeAlgebraQuotient.cpp.

126{
127 mFreeAlgebra.mult(result, f, g);
129}
const FreeAlgebra & mFreeAlgebra
void normalizeInPlace(Poly &f) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mFreeAlgebra, normalizeInPlace(), and result().

Referenced by M2FreeAlgebraQuotient::mult().