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

◆ var()

void FreeAlgebraQuotient::var ( Poly & result,
int v ) const

Definition at line 78 of file FreeAlgebraQuotient.cpp.

79{
80 mFreeAlgebra.var(result, v);
82}
const FreeAlgebra & mFreeAlgebra
void normalizeInPlace(Poly &f) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

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

Referenced by TEST(), and M2FreeAlgebraQuotient::var().