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

◆ dhermite()

void dhermite ( HermiteComputation * G)

Definition at line 117 of file debug.cpp.

118{
119 buffer o;
120 G->text_out(o);
121 emit(o.str());
122}
char * str()
Definition buffer.hpp:72
tbb::flow::graph G
void emit(const char *s)
Definition text-io.cpp:41

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