source: git/kernel/shiftgb.h @ 18ff4c

spielwiese
Last change on this file since 18ff4c was cb0fbe, checked in by Viktor Levandovskyy <levandov@…>, 17 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
14poly pLPshift(poly p, int sh, int uptodeg, int lV);
15poly pmLPshift(poly p, int sh, int uptodeg, int lV);
16
17int pLastVblock(poly p, int lV);
18int pmLastVblock(poly p, int lV);
19
20int isInV(poly p, int lV);
21
22#endif
Note: See TracBrowser for help on using the repository browser.