![]() |
Detailed print for debugging. More...
Go to the source code of this file.
Functions | |
| BEGIN_NAMESPACE_SINGULARXX | BEGIN_NAMESPACE (DEBUG) void dPrint(const poly p |
| debug-print at most nTerms (2 by default) terms from poly/vector p, assuming that lt(p) lives in lmRing and tail(p) lives in tailRing. More... | |
| void | dPrint (const ideal id, const ring lmRing=currRing, const ring tailRing=currRing, const int nTerms=0) |
| prints an ideal, optionally with details More... | |
Variables | |
| BEGIN_NAMESPACE_SINGULARXX const ring | lmRing = currRing |
| BEGIN_NAMESPACE_SINGULARXX const ring const ring | tailRing = currRing |
| BEGIN_NAMESPACE_SINGULARXX const ring const ring const int | nTerms = 2) |
Detailed print for debugging.
ABSTRACT: dPrint outputs as much info as possible
Definition in file DebugPrint.h.
| BEGIN_NAMESPACE_SINGULARXX BEGIN_NAMESPACE | ( | DEBUG | ) | const |
debug-print at most nTerms (2 by default) terms from poly/vector p, assuming that lt(p) lives in lmRing and tail(p) lives in tailRing.
| void dPrint | ( | const ideal | id, |
| const ring | lmRing = currRing, |
||
| const ring | tailRing = currRing, |
||
| const int | nTerms = 0 |
||
| ) |
prints an ideal, optionally with details
| BEGIN_NAMESPACE_SINGULARXX const ring lmRing = currRing |
Definition at line 30 of file DebugPrint.h.
| BEGIN_NAMESPACE_SINGULARXX const ring const ring const int nTerms = 2) |
Definition at line 30 of file DebugPrint.h.
| BEGIN_NAMESPACE_SINGULARXX const ring const ring tailRing = currRing |
Definition at line 30 of file DebugPrint.h.