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

◆ collect_syzygy()

void gbA::collect_syzygy ( gbvector * fsyz)
private

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

2128{
2129 _syz.push_back(f);
2130 n_syz++;
2131
2132 if (M2_gbTrace >= 10)
2133 {
2134 buffer o;
2135 o << " new syzygy : ";
2136 R->gbvector_text_out(o, _Fsyz, f, 3);
2137 emit_line(o.str());
2138 }
2139}
char * str()
Definition buffer.hpp:72
GBRing * R
const FreeModule * _Fsyz
int n_syz
int M2_gbTrace
Definition m2-types.cpp:52
void emit_line(const char *s)
Definition text-io.cpp:47

References _Fsyz, emit_line(), M2_gbTrace, n_syz, R, and buffer::str().

Referenced by new_gen(), and process_spair().