![]() |
My Project
UNKNOWN_GIT_VERSION
|
#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 |
BOOLEAN _p_Test | ( | poly | p, |
ring | r, | ||
int | level | ||
) |
Definition at line 212 of file pDebug.cc.
BOOLEAN _pp_Test | ( | poly | p, |
ring | lmRing, | ||
ring | tailRing, | ||
int | level | ||
) |
Definition at line 44 of file pDebug.cc.
BOOLEAN p_CheckRing | ( | ring | r | ) |
|
static |
Definition at line 195 of file pDebug.cc.
BOOLEAN p_DebugLmDivisibleByNoComp | ( | poly | a, |
poly | b, | ||
ring | r | ||
) |
Definition at line 141 of file pDebug.cc.
BOOLEAN p_LmCheckIsFromRing | ( | poly | p, |
ring | r | ||
) |
Definition at line 71 of file pDebug.cc.
void p_Setm_General | ( | poly | p, |
ring | r | ||
) |
!!!????? where?????
Definition at line 154 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 366 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 389 of file pDebug.cc.
BOOLEAN pIsMonomOf | ( | poly | p, |
poly | m | ||
) |
void pPrintDivisbleByStat | ( | ) |
Definition at line 413 of file pDebug.cc.