![]() |
My Project
debian-1:4.1.1-p2+ds-4
|
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 237 of file shiftgb.cc.
| int itoInsert | ( | poly | p, |
| int | uptodeg, | ||
| int | lV, | ||
| const ring | r | ||
| ) |
Definition at line 320 of file shiftgb.cc.
| int p_LastVblock | ( | poly | p, |
| int | lV, | ||
| const ring | r | ||
| ) |
Definition at line 155 of file shiftgb.cc.
Definition at line 132 of file shiftgb.cc.
| poly p_LPshift | ( | poly | p, |
| int | sh, | ||
| int | uptodeg, | ||
| int | lV, | ||
| const ring | r | ||
| ) |
Definition at line 73 of file shiftgb.cc.
Definition at line 41 of file shiftgb.cc.
| int p_mLastVblock | ( | poly | p, |
| int | lV, | ||
| const ring | r | ||
| ) |
Definition at line 172 of file shiftgb.cc.
| poly p_mLPshift | ( | poly | p, |
| int | sh, | ||
| int | uptodeg, | ||
| int | lV, | ||
| const ring | r | ||
| ) |
Definition at line 96 of file shiftgb.cc.
| poly p_mShrink | ( | poly | p, |
| int | lV, | ||
| const ring | r | ||
| ) |
Definition at line 389 of file shiftgb.cc.
| poly p_Shrink | ( | poly | p, |
| int | lV, | ||
| const ring | r | ||
| ) |
Definition at line 369 of file shiftgb.cc.
Definition at line 341 of file shiftgb.cc.
| int pFirstVblock | ( | poly | p, |
| int | lV | ||
| ) |
Definition at line 191 of file shiftgb.cc.
| int pmFirstVblock | ( | poly | p, |
| int | lV | ||
| ) |
Definition at line 209 of file shiftgb.cc.