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

◆ text_out()

void GB_comp::text_out ( buffer & o) const
virtual

Reimplemented from Computation.

Definition at line 1177 of file gb-homog2.cpp.

1180{
1181 _spairs->stats();
1182 if (M2_gbTrace >= 5 && M2_gbTrace % 2 == 1)
1183 for (int i = 0; i < _gb.size(); i++)
1184 {
1185 o << i << '\t';
1186 _GR->gbvector_text_out(o, _F, _gb[i]->f);
1187 o << newline;
1188 }
1189}
const FreeModule * _F
Definition gb-homog2.hpp:73
s_pair_heap * _spairs
Definition gb-homog2.hpp:82
GBRing * _GR
Definition gb-homog2.hpp:68
char newline[]
Definition m2-types.cpp:49
int M2_gbTrace
Definition m2-types.cpp:52

References _F, _GR, _spairs, M2_gbTrace, and newline.