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
itoInsert
(poly
p
,
const
ring r);
18
19
#endif
20
#endif
structs.h
p_LPCopyAndShiftLM
poly p_LPCopyAndShiftLM(poly p, int sh, const ring r)
Definition:
shiftgb.cc:35
nc.h
p
int p
Definition:
cfModGcd.cc:4019
itoInsert
int itoInsert(poly p, const ring r)
Definition:
shiftgb.cc:46
Generated on Sat Jan 12 2019 08:17:59 by
doxygen 1.8.13
for
Singular debian-1:4.1.1-p4+ds-1