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

◆ elem_text_out()

void M2FreeAlgebra::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 329 of file M2FreeAlgebra.cpp.

334{
335 auto f = reinterpret_cast<const Poly*>(ff.get_Poly());
336 freeAlgebra().elem_text_out(o,*f,p_one,p_plus,p_parens);
337}
Polynomial< CoefficientRingType > Poly
void elem_text_out(buffer &o, const Poly &f, bool p_one, bool p_plus, bool p_parens) const
const FreeAlgebra & freeAlgebra() const

References FreeAlgebra::elem_text_out(), freeAlgebra(), and ring_elem::get_Poly().