![]() |
My Project
|
#include <stdarg.h>#include <stdio.h>#include "misc/auxiliary.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_VAR BOOLEAN | d_poly_error_reporting = FALSE |
| STATIC_VAR unsigned long | pDivisibleBy_number = 1 |
| STATIC_VAR unsigned long | pDivisibleBy_FALSE = 1 |
| STATIC_VAR unsigned long | pDivisibleBy_ShortFalse = 1 |
| BOOLEAN _p_Test | ( | poly | p, |
| ring | r, | ||
| int | level | ||
| ) |
Definition at line 210 of file pDebug.cc.
| BOOLEAN _pp_Test | ( | poly | p, |
| ring | lmRing, | ||
| ring | tailRing, | ||
| int | level | ||
| ) |
| BOOLEAN p_CheckRing | ( | ring | r | ) |
|
static |
Definition at line 193 of file pDebug.cc.
| BOOLEAN p_DebugLmDivisibleByNoComp | ( | poly | a, |
| poly | b, | ||
| ring | r | ||
| ) |
Definition at line 139 of file pDebug.cc.
| BOOLEAN p_LmCheckIsFromRing | ( | poly | p, |
| ring | r | ||
| ) |
Definition at line 69 of file pDebug.cc.
| void p_Setm_General | ( | poly | p, |
| ring | r | ||
| ) |
!!!????? where?????
Definition at line 157 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 364 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 387 of file pDebug.cc.
| BOOLEAN pIsMonomOf | ( | poly | p, |
| poly | m | ||
| ) |
| void pPrintDivisbleByStat | ( | ) |
Definition at line 411 of file pDebug.cc.
| STATIC_VAR BOOLEAN d_poly_error_reporting = FALSE |
| STATIC_VAR unsigned long pDivisibleBy_FALSE = 1 |
| STATIC_VAR unsigned long pDivisibleBy_number = 1 |
| STATIC_VAR unsigned long pDivisibleBy_ShortFalse = 1 |