source: git/Singular/weight.h @ 97a7b44

spielwiese
Last change on this file since 97a7b44 was f6b5f0, checked in by Hans Schönemann <hannes@…>, 27 years ago
* hannes: change Log: and Header: to Id: git-svn-id: file:///usr/local/Singular/svn/trunk@73 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 583 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.2 1997-03-24 14:26:09 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);
20int maxdegreeWecart(poly p,int *l);
21int totaldegreeWecart(poly p);
22
23short * iv2array(intvec * iv);
24
25#endif
26
Note: See TracBrowser for help on using the repository browser.