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

◆ clear()

void FreeAlgebraQuotient::clear ( Poly & f) const

Definition at line 32 of file FreeAlgebraQuotient.cpp.

33{
34 // TODO: need Polynomial type to allow us access, or have a clear function itself.
35 setZero(f);
36}
void setZero(Poly &f) const

References setZero().