Functions | Variables
DebugPrint.h File Reference

Detailed print for debugging. More...

#include "singularxx_defs.h"
#include <kernel/polys.h>

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 Description

Detailed print for debugging.

ABSTRACT: dPrint outputs as much info as possible

Author
Oleksandr Motsak

Definition in file DebugPrint.h.

Function Documentation

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

Variable Documentation

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.

Definition at line 30 of file DebugPrint.h.