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

◆ is_equal()

bool FreeAlgebraQuotient::is_equal ( const Poly & f,
const Poly & g ) const

Definition at line 105 of file FreeAlgebraQuotient.cpp.

106{
107 return mFreeAlgebra.is_equal(f, g);
108}
const FreeAlgebra & mFreeAlgebra

References mFreeAlgebra.

Referenced by M2FreeAlgebraQuotient::is_equal().