![]() |
My Project
debian-1:4.1.1-p2+ds-4build3
|
Go to the source code of this file.
Macros | |
#define | pLastVblock(p, lV) p_LastVblock(p,lV,currRing) |
#define | pmLastVblock(p, lV) p_mLastVblock(p,lV,currRing) |
Functions | |
poly | p_LPshiftT (poly p, int sh, int uptodeg, int lV, kStrategy strat, const ring r) |
int | p_LastVblockT (poly p, int lV, kStrategy strat, const ring r) |
poly | p_ShrinkT (poly p, int lV, kStrategy strat, const ring r) |
poly | p_Shrink (poly p, int lV, const ring r) |
poly | p_mShrink (poly p, int lV, const ring r) |
poly | p_LPshift (poly p, int sh, int uptodeg, int lV, const ring r) |
poly | p_mLPshift (poly p, int sh, int uptodeg, int lV, const ring r) |
int | p_mLastVblock (poly p, int lV, const ring r) |
int | p_LastVblock (poly p, int lV, const ring r) |
int | pFirstVblock (poly p, int lV) |
int | pmFirstVblock (poly p, int lV) |
int | isInV (poly p, int lV) |
int | poly_isInV (poly p, int lV) |
int | ideal_isInV (ideal I, int lV) |
int | itoInsert (poly p, int uptodeg, int lV, const ring r) |
#define pmLastVblock | ( | p, | |
lV | |||
) | p_mLastVblock(p,lV,currRing) |
int ideal_isInV | ( | ideal | I, |
int | lV | ||
) |
int isInV | ( | poly | p, |
int | lV | ||
) |
Definition at line 238 of file shiftgb.cc.
int itoInsert | ( | poly | p, |
int | uptodeg, | ||
int | lV, | ||
const ring | r | ||
) |
Definition at line 321 of file shiftgb.cc.
int p_LastVblock | ( | poly | p, |
int | lV, | ||
const ring | r | ||
) |
Definition at line 156 of file shiftgb.cc.
Definition at line 133 of file shiftgb.cc.
poly p_LPshift | ( | poly | p, |
int | sh, | ||
int | uptodeg, | ||
int | lV, | ||
const ring | r | ||
) |
Definition at line 74 of file shiftgb.cc.
Definition at line 42 of file shiftgb.cc.
int p_mLastVblock | ( | poly | p, |
int | lV, | ||
const ring | r | ||
) |
Definition at line 173 of file shiftgb.cc.
poly p_mLPshift | ( | poly | p, |
int | sh, | ||
int | uptodeg, | ||
int | lV, | ||
const ring | r | ||
) |
Definition at line 97 of file shiftgb.cc.
poly p_mShrink | ( | poly | p, |
int | lV, | ||
const ring | r | ||
) |
Definition at line 390 of file shiftgb.cc.
poly p_Shrink | ( | poly | p, |
int | lV, | ||
const ring | r | ||
) |
Definition at line 370 of file shiftgb.cc.
Definition at line 342 of file shiftgb.cc.
int pFirstVblock | ( | poly | p, |
int | lV | ||
) |
Definition at line 192 of file shiftgb.cc.
int pmFirstVblock | ( | poly | p, |
int | lV | ||
) |
Definition at line 210 of file shiftgb.cc.