![]() |
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... | |
const ring R | Print ("\nexp[0..%d]\n", R->ExpL_Size-1) |
for (int i=0;i< R->ExpL_Size;i++) Print("%09lx " | |
PrintLn () | |
Print ("v0:%9ld ", p_GetComp(p, R)) | |
Variables | |
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 322 of file reporter.cc.
Definition at line 39 of file DebugPrint.cc.