source: git/Singular/stairc.h @ 2c694a2

fieker-DuValspielwiese
Last change on this file since 2c694a2 was 416465, checked in by Olaf Bachmann <obachman@…>, 25 years ago
* bug-fixes from work with Thomas git-svn-id: file:///usr/local/Singular/svn/trunk@3826 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 896 bytes
Line 
1#ifndef STAIRC_H
2#define STAIRC_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id: stairc.h,v 1.7 1999-11-15 17:20:50 obachman Exp $ */
7/*
8* ABSTRACT
9*/
10
11#include "structs.h"
12
13void scComputeHC(ideal s,int  k,poly &hEdge);
14
15intvec * scIndIntvec(ideal S, ideal Q=NULL);
16lists scIndIndset(ideal S, BOOLEAN all, ideal Q=NULL);
17int scDimInt(ideal  s,ideal Q=NULL);
18int scMultInt(ideal  s,ideal Q=NULL);
19int scMult0Int(ideal  s,ideal Q=NULL);
20void scDegree(ideal  s,ideal Q=NULL);
21
22ideal scKBase(int deg, ideal  s, ideal Q=NULL);
23
24intvec * hHstdSeries(ideal S, intvec *modulweight, intvec *wdegree,
25                     ideal Q=NULL);
26intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q=NULL);
27intvec * hSecondSeries(intvec *hseries1);
28
29void hLookSeries(ideal S, intvec *modulweight, ideal Q=NULL);
30
31#endif
32
33
Note: See TracBrowser for help on using the repository browser.