[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.3 and 1.8

version 1.3, 2003/04/09 01:06:57 version 1.8, 2003/08/21 02:30:23
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/extern2.h,v 1.2 2000/01/16 07:55:38 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 44  POLY modulo0(POLY f,struct ring *ringp);
Line 44  POLY modulo0(POLY f,struct ring *ringp);
 POLY modulopZ(POLY f,struct coeff *pcoeff);  POLY modulopZ(POLY f,struct coeff *pcoeff);
 struct pairOfPOLY quotientByNumber(POLY f,struct coeff *pcoeff);  struct pairOfPOLY quotientByNumber(POLY f,struct coeff *pcoeff);
 int pLength(POLY f);  int pLength(POLY f);
   struct coeff *gcdOfCoeff(POLY f);
   int coeffSizeMin(POLY f);
   POLY reduceContentOfPoly(POLY f,struct coeff **contp);
   int shouldReduceContent(POLY f,int ss);
   
   
 /* poly3.c */  /* poly3.c */
 void initT(void);  void initT(void);
 void makeTable(struct coeff *c,struct exps e[],struct ring *ringp);  void makeTable(struct coeff *c,struct exps e[],struct ring *ringp);
Line 70  POLY POLYToInitW(POLY f,int w[]);
Line 75  POLY POLYToInitW(POLY f,int w[]);
   
 POLY polyGCD(POLY f,POLY g);  POLY polyGCD(POLY f,POLY g);
 int isTheSameRing(struct ring *rstack[], int rp, struct ring *newRingp);  int isTheSameRing(struct ring *rstack[], int rp, struct ring *newRingp);
   POLY goDeHomogenizeS(POLY f);
   POLY goHomogenize(POLY f,int u[],int v[],int ds[],int dssize,int ei,int onlyS);
   POLY goHomogenize11(POLY f,int ds[],int dssize,int ei,int onlyS);
   POLY goHomogenize_dsIdx(POLY f,int u[],int v[],int dsIdx,int ei,int onlyS);
   POLY goHomogenize11_dsIdx(POLY f,int ds[],int dsIdx,int ei,int onlyS);
   struct ring *newRingOverFp(struct ring *rp, int p);
   int getPrime(int p);
   
 /* coeff.c */  /* coeff.c */
 char *intToString(int i);  char *intToString(int i);
Line 166  int grade_firstvec(POLY f);
Line 178  int grade_firstvec(POLY f);
 int grade_sugar(POLY f);  int grade_sugar(POLY f);
 int eliminated(POLY f);  int eliminated(POLY f);
 int isOrdered(POLY f);  int isOrdered(POLY f);
   int dGrade(POLY f);
   int dGrade1(POLY f);
   int uvGrade(POLY f, int u[],int v[],int ds[],int dssize,int ei);
   int uvGrade1(POLY f, int u[],int v[],int ds[],int dssize,int ei);
   
 /* resol.c */  /* resol.c */
 struct arrayOfMonomialSyz schreyerSkelton(struct arrayOfPOLY g);  struct arrayOfMonomialSyz schreyerSkelton(struct arrayOfPOLY g);

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

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