![]() |
Here we implement dPrint-s. More...
#include <kernel/mod2.h>#include "DebugPrint.h"#include <omalloc/omalloc.h>#include <polys/monomials/p_polys.h>#include <kernel/ideals.h>Go to the source code of this file.
Functions | |
| BEGIN_NAMESPACE () static inline void m_DebugPrint(const poly p | |
| debug-print monomial poly/vector p, assuming that it lives in the ring R More... | |
| for (int i=0;i< R->ExpL_Size;i++) Print("%09lx " | |
| PrintLn () | |
| Print ("v0:%9ld ", p_GetComp(p, R)) | |
Variables | |
| const ring | R |
| p | exp [i] |
| BEGIN_NAMESPACE | ( | ) | const |
debug-print monomial poly/vector p, assuming that it lives in the ring R
Definition at line 66 of file cfEzgcd.cc.
| PrintLn | ( | ) |
Definition at line 310 of file reporter.cc.
Definition at line 39 of file DebugPrint.cc.
| const ring R |
Definition at line 36 of file DebugPrint.cc.