[BACK]Return to gradedset.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

Diff for /OpenXM/src/kan96xx/Kan/gradedset.h between version 1.3 and 1.4

version 1.3, 2000/02/24 00:27:12 version 1.4, 2003/07/17 09:10:54
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/gradedset.h,v 1.2 2000/01/16 07:55:39 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/Kan/gradedset.h,v 1.3 2000/02/24 00:27:12 takayama Exp $ */
 /* gradedset.h */  /* gradedset.h */
 #define max(a,b) (a>b?a:b)  #define max(a,b) (a>b?a:b)
   
Line 75  POLY reductionCdr_except_grd_i(POLY f,struct gradedPol
Line 75  POLY reductionCdr_except_grd_i(POLY f,struct gradedPol
                                int grd,int i, int *reduced);                                 int grd,int i, int *reduced);
  /* Polynomial at (grd,i) is not used for reduction.   /* Polynomial at (grd,i) is not used for reduction.
     if del[j] == 1, then the attached polynomial is not used for reduction.*/      if del[j] == 1, then the attached polynomial is not used for reduction.*/
   
   /* ecart.c */
   POLY reduction_ecart(POLY f,struct gradedPolySet *gset,
                                            int needSyz,struct syz0 *syzp);
   
 /* constructor */  /* constructor */
 POLY toSyzPoly(POLY cg,int grade,int index);  POLY toSyzPoly(POLY cg,int grade,int index);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>