My Project
Loading...
Searching...
No Matches
kernel
GBEngine
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
int p
Definition:
cfModGcd.cc:4078
nc.h
p_LPCopyAndShiftLM
poly p_LPCopyAndShiftLM(poly p, int sh, const ring r)
Definition:
shiftgb.cc:35
p_mLPmaxPossibleShift
int p_mLPmaxPossibleShift(poly p, const ring r)
Definition:
shiftgb.cc:45
structs.h
Generated on Mon Feb 27 2023 10:53:49 for My Project by
doxygen 1.9.5
for
Singular