source: git/Singular/weight.h @ 35aab3

spielwiese
Last change on this file since 35aab3 was dc37e7d, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: totaldegreeWecart_IV git-svn-id: file:///usr/local/Singular/svn/trunk@5470 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 682 bytes
Line 
1#ifndef WEIGHT_H
2#define WEIGHT_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/*
7* ABSTRACT
8*/
9/* $Id: weight.h,v 1.6 2001-05-28 12:35:51 Singular Exp $ */
10
11#include "structs.h"
12
13extern short * ecartWeights;
14extern pFDegProc pFDegOld;
15extern pLDegProc pLDegOld;
16
17void kEcartWeights(polyset s, int sl, short *eweight);
18BOOLEAN kWeight(leftv res,leftv id);
19BOOLEAN kQHWeight(leftv res,leftv v);
20long maxdegreeWecart(poly p,int *l, ring r = currRing);
21long totaldegreeWecart(poly p, ring r = currRing);
22long totaldegreeWecart_IV(poly p, ring r, const short *w);
23
24short * iv2array(intvec * iv);
25
26#endif
27
Note: See TracBrowser for help on using the repository browser.