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

◆ text_out()

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

Reimplemented from Computation.

Definition at line 2789 of file gb-default.cpp.

2792{
2793 o << "# pairs computed = " << n_pairs_computed << newline;
2794 if (M2_gbTrace >= 5 && M2_gbTrace % 2 == 1)
2795 for (unsigned int i = 0; i < gb.size(); i++)
2796 if (gb[i])
2797 {
2798 o << i << '\t';
2799 R->gbvector_text_out(o, _F, gb[i]->g.f);
2800 o << newline;
2801 }
2802}
int n_pairs_computed
GBRing * R
const FreeModule * _F
void gb(IntermediateBasis &F, int n)
char newline[]
Definition m2-types.cpp:49
int M2_gbTrace
Definition m2-types.cpp:52

References _F, gb(), M2_gbTrace, n_pairs_computed, newline, and R.