![]() |
#include <stdarg.h>
#include <stdio.h>
#include <misc/auxiliary.h>
#include <omalloc/omalloc.h>
#include <polys/monomials/ring.h>
#include <polys/monomials/p_polys.h>
#include <coeffs/coeffs.h>
Go to the source code of this file.
Macros | |
#define | PDEBUG_CC |
Functions | |
BOOLEAN | dPolyReportError (poly p, ring r, const char *fmt,...) |
BOOLEAN | p_LmCheckIsFromRing (poly p, ring r) |
BOOLEAN | p_CheckIsFromRing (poly p, ring r) |
BOOLEAN | p_CheckPolyRing (poly p, ring r) |
BOOLEAN | p_LmCheckPolyRing (poly p, ring r) |
BOOLEAN | p_CheckRing (ring r) |
BOOLEAN | p_DebugLmDivisibleByNoComp (poly a, poly b, ring r) |
BOOLEAN | pIsMonomOf (poly p, poly m) |
BOOLEAN | pHaveCommonMonoms (poly p, poly q) |
void | p_Setm_General (poly p, ring r) |
static poly | p_DebugInit (poly p, ring src_ring, ring dest_ring) |
BOOLEAN | _p_Test (poly p, ring r, int level) |
BOOLEAN | _p_LmTest (poly p, ring r, int level) |
BOOLEAN | _pp_Test (poly p, ring lmRing, ring tailRing, int level) |
BOOLEAN | pDebugLmShortDivisibleBy (poly p1, unsigned long sev_1, ring r_1, poly p2, unsigned long not_sev_2, ring r_2) |
BOOLEAN | pDebugLmShortDivisibleByNoComp (poly p1, unsigned long sev_1, ring r_1, poly p2, unsigned long not_sev_2, ring r_2) |
void | pPrintDivisbleByStat () |
Variables | |
static BOOLEAN | d_poly_error_reporting = FALSE |
static unsigned long | pDivisibleBy_number = 1 |
static unsigned long | pDivisibleBy_FALSE = 1 |
static unsigned long | pDivisibleBy_ShortFalse = 1 |
Definition at line 211 of file pDebug.cc.
Definition at line 332 of file pDebug.cc.
Definition at line 44 of file pDebug.cc.
Definition at line 194 of file pDebug.cc.
Definition at line 140 of file pDebug.cc.
Definition at line 71 of file pDebug.cc.
void p_Setm_General | ( | poly | p, |
ring | r | ||
) |
!!!????? where?????
Definition at line 164 of file p_polys.cc.
BOOLEAN pDebugLmShortDivisibleBy | ( | poly | p1, |
unsigned long | sev_1, | ||
ring | r_1, | ||
poly | p2, | ||
unsigned long | not_sev_2, | ||
ring | r_2 | ||
) |
Definition at line 365 of file pDebug.cc.
BOOLEAN pDebugLmShortDivisibleByNoComp | ( | poly | p1, |
unsigned long | sev_1, | ||
ring | r_1, | ||
poly | p2, | ||
unsigned long | not_sev_2, | ||
ring | r_2 | ||
) |
Definition at line 388 of file pDebug.cc.
void pPrintDivisbleByStat | ( | ) |
Definition at line 412 of file pDebug.cc.