My Project  debian-1:4.1.2-p1+ds-2
shiftgb.h
Go to the documentation of this file.
1 #ifndef SHIFTGB_H
2 #define SHIFTGB_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 /*
7 * ABSTRACT: kernel: utils for kStd
8 */
9 
10 #include "kernel/structs.h"
11 #ifdef HAVE_SHIFTBBA
12 #include "polys/nc/nc.h"
13 
14 poly p_LPCopyAndShiftLM(poly p, int sh, const ring r);
15 #define pLPCopyAndShiftLM(p, sh) p_LPCopyAndShiftLM(p, sh, currRing)
16 
17 int p_mLPmaxPossibleShift(poly p, const ring r);
18 #define pmLPmaxPossibleShift(p) p_mLPmaxPossibleShift(p, currRing)
19 
20 #endif
21 #endif
p_LPCopyAndShiftLM
poly p_LPCopyAndShiftLM(poly p, int sh, const ring r)
Definition: shiftgb.cc:34
structs.h
p_mLPmaxPossibleShift
int p_mLPmaxPossibleShift(poly p, const ring r)
Definition: shiftgb.cc:44
nc.h
p
int p
Definition: cfModGcd.cc:4019