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

◆ get_terms() [2/2]

ring_elem M2FreeAlgebra::get_terms ( const ring_elem f,
int lo,
int hi ) const
inline

Definition at line 215 of file M2FreeAlgebra.hpp.

216 {
217 const Poly* result = get_terms(reinterpret_cast<const Poly*>(f.get_Poly()), lo, hi);
218 return ring_elem(reinterpret_cast<const Poly*>(result));
219 }
Polynomial< CoefficientRingType > Poly
Poly * get_terms(const Poly *f, int lo, int hi) const
VALGRIND_MAKE_MEM_DEFINED & result(result)
const void * get_Poly() const
Definition ringelem.hpp:128

References ring_elem::get_Poly(), get_terms(), and result().