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

◆ showElem()

void Interreducer::showElem ( int i,
int nterms )

Definition at line 16 of file interreduce.cpp.

17{
18 buffer o;
19 R->gbvector_text_out(o, F, G[i], nterms);
20 emit(o.str());
21}
FreeModule * F
char * str()
Definition buffer.hpp:72
tbb::flow::graph G
void emit(const char *s)
Definition text-io.cpp:41

References emit(), F, G, R, and buffer::str().