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

Diff for /OpenXM/src/kan96xx/Kan/extern2.h between version 1.7 and 1.8

version 1.7, 2003/08/20 01:39:17 version 1.8, 2003/08/21 02:30:23
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/extern2.h,v 1.6 2003/08/19 08:02:09 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/Kan/extern2.h,v 1.7 2003/08/20 01:39:17 takayama Exp $ */
 /* poly.c */  /* poly.c */
 void KinitKan(void);  void KinitKan(void);
 MONOMIAL newMonomial(struct ring *ringp);  MONOMIAL newMonomial(struct ring *ringp);
Line 47  int pLength(POLY f);
Line 47  int pLength(POLY f);
 struct coeff *gcdOfCoeff(POLY f);  struct coeff *gcdOfCoeff(POLY f);
 int coeffSizeMin(POLY f);  int coeffSizeMin(POLY f);
 POLY reduceContentOfPoly(POLY f,struct coeff **contp);  POLY reduceContentOfPoly(POLY f,struct coeff **contp);
   int shouldReduceContent(POLY f,int ss);
   
   
 /* poly3.c */  /* poly3.c */
 void initT(void);  void initT(void);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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