source: git/Singular/weight.h @ 8cfee1c

spielwiese
Last change on this file since 8cfee1c was 4e6cf2, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* clean up git-svn-id: file:///usr/local/Singular/svn/trunk@4681 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 623 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.5 2000-10-30 13:40:29 obachman 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);
22
23short * iv2array(intvec * iv);
24
25#endif
26
Note: See TracBrowser for help on using the repository browser.