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

◆ dmatrix()

void dmatrix ( const Matrix * M)

Definition at line 52 of file debug.cpp.

53{
54 buffer o;
55 M->text_out(o);
56 emit(o.str());
57}
void text_out(buffer &o) const
Definition matrix.cpp:1316
char * str()
Definition buffer.hpp:72
void emit(const char *s)
Definition text-io.cpp:41

References emit(), Matrix, buffer::str(), and Matrix::text_out().