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

◆ text_out()

void RingMap::text_out ( buffer & o) const

Definition at line 129 of file ringmap.cpp.

130{
131 o << "(";
132 for (int i = 0; i < nvars; i++)
133 {
134 if (i > 0) o << ", ";
135 R->elem_text_out(o, _elem[i].bigelem);
136 }
137 o << ")";
138}
const Ring * R
Definition ringmap.hpp:89
int nvars
Definition ringmap.hpp:98
var * _elem
Definition ringmap.hpp:99

References _elem, nvars, and R.

Referenced by IM2_RingMap_to_string().