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

◆ text_out()

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

Reimplemented from GBComputation.

Definition at line 116 of file reducedgb.cpp.

117{
118 for (unsigned int i = 0; i < polys.size(); i++)
119 {
120 o << i << '\t';
121 R->gbvector_text_out(o, F, polys[i].f);
122 o << newline;
123 }
124}
GBRing * R
Definition reducedgb.hpp:64
const FreeModule * F
Definition reducedgb.hpp:66
char newline[]
Definition m2-types.cpp:49

References F, newline, and R.

Referenced by ReducedGB_Field_Local::remainder().