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

◆ is_homogeneous()

bool FreeAlgebraQuotient::is_homogeneous ( const Poly & f) const

Definition at line 159 of file FreeAlgebraQuotient.cpp.

160{
161 return mFreeAlgebra.is_homogeneous(f);
162}
const FreeAlgebra & mFreeAlgebra

References mFreeAlgebra.

Referenced by M2FreeAlgebraQuotient::is_homogeneous().