spielwiese
Last change
on this file since cb0fbe was
cb0fbe,
checked in by Viktor Levandovskyy <levandov@…>, 16 years ago
|
*levandov: shiftg related changes
git-svn-id: file:///usr/local/Singular/svn/trunk@10146 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
516 bytes
|
Line | |
---|
1 | #ifndef SHIFTGB_H |
---|
2 | #define SHIFTGB_H |
---|
3 | /**************************************** |
---|
4 | * Computer Algebra System SINGULAR * |
---|
5 | ****************************************/ |
---|
6 | /* $Id: shiftgb.h,v 1.2 2007-06-24 16:44:42 levandov Exp $ */ |
---|
7 | /* |
---|
8 | * ABSTRACT: kernel: utils for kStd |
---|
9 | */ |
---|
10 | |
---|
11 | #include "structs.h" |
---|
12 | #include "gring.h" |
---|
13 | |
---|
14 | poly pLPshift(poly p, int sh, int uptodeg, int lV); |
---|
15 | poly pmLPshift(poly p, int sh, int uptodeg, int lV); |
---|
16 | |
---|
17 | int pLastVblock(poly p, int lV); |
---|
18 | int pmLastVblock(poly p, int lV); |
---|
19 | |
---|
20 | int isInV(poly p, int lV); |
---|
21 | |
---|
22 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.