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

◆ get_terms() [1/2]

Poly * M2FreeAlgebraQuotient::get_terms ( const Poly * f,
int lo,
int hi ) const
inline

Definition at line 161 of file M2FreeAlgebraQuotient.hpp.

162 {
163 return m2FreeAlgebra().get_terms(f, lo, hi);
164 }
Poly * get_terms(const Poly *f, int lo, int hi) const
const M2FreeAlgebra & m2FreeAlgebra() const

References M2FreeAlgebra::get_terms(), and m2FreeAlgebra().