![]() |
My Project
|
#include <stdarg.h>
#include <stdio.h>
#include "misc/auxiliary.h"
#include "misc/distrib.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) |
Variables | |
STATIC_VAR BOOLEAN | d_poly_error_reporting = FALSE |
Definition at line 215 of file pDebug.cc.
Definition at line 43 of file pDebug.cc.
Definition at line 198 of file pDebug.cc.
Definition at line 144 of file pDebug.cc.
Definition at line 74 of file pDebug.cc.
!!!????? where?????
Definition at line 158 of file p_polys.cc.
BOOLEAN pHaveCommonMonoms | ( | poly | p, |
poly | q ) |
BOOLEAN pIsMonomOf | ( | poly | p, |
poly | m ) |
STATIC_VAR BOOLEAN d_poly_error_reporting = FALSE |