source: git/kernel/stairc.h @ 35aab3

spielwiese
Last change on this file since 35aab3 was 35aab3, checked in by Hans Schönemann <hannes@…>, 21 years ago
This commit was generated by cvs2svn to compensate for changes in r6879, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@6880 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.0 KB
Line 
1#ifndef STAIRC_H
2#define STAIRC_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id: stairc.h,v 1.1.1.1 2003-10-06 12:16:03 Singular Exp $ */
7/*
8* ABSTRACT
9*/
10
11#include "structs.h"
12
13void scComputeHC(ideal s,ideal Q, int  k,poly &hEdge, ring tailRing = currRing);
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 scPrintDegree(int co, int mu);
21int scDegree(ideal  s,ideal Q=NULL);
22
23ideal scKBase(int deg, ideal  s, ideal Q=NULL);
24
25intvec * hHstdSeries(ideal S, intvec *modulweight, intvec *wdegree,
26                     ideal Q=NULL, ring tailRing = currRing);
27intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring tailRing = currRing);
28intvec * hSecondSeries(intvec *hseries1);
29
30void hLookSeries(ideal S, intvec *modulweight, ideal Q=NULL);
31
32#endif
33
34
Note: See TracBrowser for help on using the repository browser.