Go to the source code of this file.
§ pGetShallowCopyDeleteProc()
Definition at line 50 of file pShallowCopyDelete.cc.
poly pShallowCopyDelete_General(poly s_p, ring s_r, ring d_r, omBin d_bin)
§ pShallowCopyDelete_General()
poly pShallowCopyDelete_General |
( |
poly |
s_p, |
|
|
ring |
s_r, |
|
|
ring |
d_r, |
|
|
omBin |
d_bin |
|
) |
| |
Definition at line 16 of file pShallowCopyDelete.cc.
32 d_p->next =
p_Init(d_r, d_bin);
static unsigned long p_SetComp(poly p, unsigned long c, ring r)
static number & pGetCoeff(poly p)
return an alias to the leading coefficient of p assumes that p != NULL NOTE: not copy ...
BOOLEAN p_CheckPolyRing(poly p, ring r)
const CanonicalForm CFMap CFMap & N
static long p_GetExp(const poly p, const unsigned long iBitmask, const int VarOffset)
get a single variable exponent : the integer VarOffset encodes:
static poly p_LmFreeAndNext(poly p, ring)
#define rRing_has_Comp(r)
static unsigned long p_SetExp(poly p, const unsigned long e, const unsigned long iBitmask, const int VarOffset)
set a single variable exponent : VarOffset encodes the position in p->exp
#define omSizeWOfBin(bin_ptr)
static void p_Setm(poly p, const ring r)
BOOLEAN p_CheckRing(ring r)
static poly p_Init(const ring r, omBin bin)