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

◆ elem_text_out()

void M2FreeAlgebraQuotient::elem_text_out ( buffer & o,
const ring_elem f,
bool p_one,
bool p_plus,
bool p_parens ) const
virtual

Implements Ring.

Definition at line 309 of file M2FreeAlgebraQuotient.cpp.

314{
315 auto f = reinterpret_cast<const Poly*>(ff.get_Poly());
316 freeAlgebraQuotient().elem_text_out(o,*f,p_one,p_plus,p_parens);
317}
Polynomial< CoefficientRingType > Poly
void elem_text_out(buffer &o, const Poly &f, bool p_one, bool p_plus, bool p_parens) const
const FreeAlgebraQuotient & freeAlgebraQuotient() const

References FreeAlgebraQuotient::elem_text_out(), freeAlgebraQuotient(), and ring_elem::get_Poly().