Go to the source code of this file.
◆ pLPCopyAndShiftLM
◆ itoInsert()
int itoInsert |
( |
poly |
p, |
|
|
const ring |
r |
|
) |
| |
Definition at line 46 of file shiftgb.cc.
61 int uptodeg = r->N/r->isLPring;
int p_mLastVblock(poly p, const ring ri)
static int si_max(const int a, const int b)
int p_LastVblock(poly p, const ring r)
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
◆ p_LPCopyAndShiftLM()
poly p_LPCopyAndShiftLM |
( |
poly |
p, |
|
|
int |
sh, |
|
|
const ring |
r |
|
) |
| |
Definition at line 35 of file shiftgb.cc.
37 if (sh == 0 ||
p ==
NULL)
return p;
static poly p_Head(poly p, const ring r)
void p_mLPshift(poly m, int sh, const ring ri)