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

◆ dgbvec()

void dgbvec ( const GBRing * R,
gbvector * v )

Definition at line 95 of file debug.cpp.

96{
97 buffer o;
98 const FreeModule *F = nullptr;
99 R->gbvector_text_out(o, F, v);
100 emit(o.str());
101}
Engine-side free module R^n over a Ring.
Definition freemod.hpp:66
void gbvector_text_out(buffer &o, const FreeModule *F, const gbvector *f, int nterms=-1) const
Definition gbring.cpp:779
char * str()
Definition buffer.hpp:72
void emit(const char *s)
Definition text-io.cpp:41

References emit(), GBRing::gbvector_text_out(), and buffer::str().

Referenced by gbvectorHeap::show().