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

◆ power() [1/2]

void FreeAlgebraQuotient::power ( Poly & result,
const Poly & f,
int n ) const

Definition at line 131 of file FreeAlgebraQuotient.cpp.

132{
133 mFreeAlgebra.power(result, f, n);
135}
const FreeAlgebra & mFreeAlgebra
void normalizeInPlace(Poly &f) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

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

Referenced by M2FreeAlgebraQuotient::power(), and M2FreeAlgebraQuotient::power().