Macaulay2 Engine
Loading...
Searching...
No Matches
◆
text_out()
void LocalRing::text_out
(
buffer
&
o
)
const
virtual
Implements
Ring
.
Definition at line
692
of file
localring.cpp
.
693
{
694
o <<
"LocalRing("
;
695
mRing
->text_out(o);
696
o <<
", Prime ideal => "
;
697
mPrime
->get_mingens()->text_out(o);
698
o <<
")"
;
699
}
LocalRing::mPrime
GBComputation * mPrime
Definition
localring.hpp:70
LocalRing::mRing
const PolyRing * mRing
Definition
localring.hpp:69
References
mPrime
, and
mRing
.
LocalRing
Generated on
for Macaulay2 Engine by
1.15.0