Macaulay2 Engine
Loading...
Searching...
No Matches
◆
elem_text_out()
template<class RingType>
virtual void
M2::ConcreteRing
< RingType >::elem_text_out
(
buffer
&
o
,
const
ring_elem
f
,
bool
p_one
=
true
,
bool
p_plus
=
false
,
bool
p_parens
=
false
) const
inline
virtual
Implements
Ring
.
Definition at line
437
of file
aring-glue.hpp
.
442
{
443
if
(
displayArithmeticCalls
)
fprintf
(
stderr
,
"calling elem_text_out\n"
);
444
const
ElementType
&
a
=
R
->from_ring_elem_const(
f
);
445
R
->elem_text_out(
o
,
a
,
p_one
,
p_plus
,
p_parens
);
446
}
M2::ConcreteRing::ElementType
RingType::ElementType ElementType
Definition
aring-glue.hpp:75
M2::ConcreteRing::R
std::unique_ptr< RingType > R
Definition
aring-glue.hpp:66
M2::ConcreteRing
Definition
aring-glue.hpp:65
M2
ConcreteRing
Generated on
for Macaulay2 Engine by
1.15.0