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

◆ is_homogeneous() [1/2]

bool M2FreeAlgebraQuotient::is_homogeneous ( const Poly * f) const

Definition at line 350 of file M2FreeAlgebraQuotient.cpp.

351{
352 if (f == nullptr) return true;
354}
bool is_homogeneous(const Poly &f) const
const FreeAlgebraQuotient & freeAlgebraQuotient() const

References freeAlgebraQuotient(), and FreeAlgebraQuotient::is_homogeneous().