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

Diff for /OpenXM/src/kan96xx/Kan/extern.h between version 1.10 and 1.17

version 1.10, 2003/08/22 11:47:03 version 1.17, 2004/05/13 04:38:28
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/extern.h,v 1.9 2003/07/14 12:49:52 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/Kan/extern.h,v 1.16 2003/12/06 02:49:22 takayama Exp $ */
 /*********** global variables for module stackmachine***************/  /*********** global variables for module stackmachine***************/
 extern int VerboseStack;  extern int VerboseStack;
 extern int DebugStack;  extern int DebugStack;
Line 136  struct object KaoMult(struct object aa,struct object b
Line 136  struct object KaoMult(struct object aa,struct object b
 struct object KooDiv2(struct object ob1,struct object ob2);  struct object KooDiv2(struct object ob1,struct object ob2);
 struct object KoNegate(struct object ob1);  struct object KoNegate(struct object ob1);
 struct object KreduceRationalFunction(struct object ob);  struct object KreduceRationalFunction(struct object ob);
   struct object KooPower(struct object ob1,struct object ob2);
   
 /* for rational function object */  /* for rational function object */
 struct object KoInverse(struct object ob);  struct object KoInverse(struct object ob);
Line 163  struct object KpoArrayOfPOLY(struct arrayOfPOLY *ap);
Line 164  struct object KpoArrayOfPOLY(struct arrayOfPOLY *ap);
 struct object KpoMatrixOfPOLY(struct matrixOfPOLY *mp);  struct object KpoMatrixOfPOLY(struct matrixOfPOLY *mp);
 struct object KpoRingp(struct ring *ringp);  struct object KpoRingp(struct ring *ringp);
 struct object KpoDouble(double a);  struct object KpoDouble(double a);
   struct object KpoUniversalNumber(struct coeff *u);
 #define KopInteger(o) ( (o).lc.ival )  #define KopInteger(o) ( (o).lc.ival )
 #define KopString(o)  ( (o).lc.str )  #define KopString(o)  ( (o).lc.str )
 #define KopPOLY(o)    ( (o).lc.poly )  #define KopPOLY(o)    ( (o).lc.poly )
Line 188  int objArrayToOrderMatrix(struct object oA,int order[]
Line 190  int objArrayToOrderMatrix(struct object oA,int order[]
 int KsetOrderByObjArray(struct object oA);  int KsetOrderByObjArray(struct object oA);
 struct object oGetOrderMatrix(struct ring *ringp); /* order.c */  struct object oGetOrderMatrix(struct ring *ringp); /* order.c */
 struct object KgetOrderMatrixOfCurrentRing();  struct object KgetOrderMatrixOfCurrentRing();
   struct object oRingToOXringStructure(struct ring *ringp); /* order.c */
 int KsetUpRing(struct object ob1,struct object ob2, struct object ob3,struct object ob4,struct object ob5);  int KsetUpRing(struct object ob1,struct object ob2, struct object ob3,struct object ob4,struct object ob5);
 void KshowRing(struct ring *ringp);  void KshowRing(struct ring *ringp);
 struct object KdefaultPolyRing(struct object num);  struct object KdefaultPolyRing(struct object num);
Line 243  POLY arrayToPOLY(struct object ob);
Line 246  POLY arrayToPOLY(struct object ob);
 struct object POLYToArray(POLY f);  struct object POLYToArray(POLY f);
 struct object oPrincipalPart(struct object ob);  struct object oPrincipalPart(struct object ob);
 struct object oInitW(struct object ob,struct object oWeight);  struct object oInitW(struct object ob,struct object oWeight);
   struct object KordWsAll(struct object ob,struct object oWeight);
   
 /* :misc  */  /* :misc  */
 struct object homogenizeObject(struct object ob,int *gradep);  struct object homogenizeObject(struct object ob,int *gradep);
 struct object homogenizeObject_vec(struct object ob,int *gradep);  struct object homogenizeObject_vec(struct object ob,int *gradep);
 struct object homogenizeObject_go(struct object ob,int *gradep);  struct object homogenizeObject_go(struct object ob,int *gradep);
   void KresetDegreeShift(void);
 int oGrade(struct object ob);  int oGrade(struct object ob);
 struct ring *oRingp(struct object ob);  struct ring *oRingp(struct object ob);
 struct object KisOrdered(struct object of);  struct object KisOrdered(struct object of);
Line 272  struct object KschreyerSkelton(struct object g);  
Line 277  struct object KschreyerSkelton(struct object g);  
 /* misc */  /* misc */
 struct object KregionMatches(struct object sobj, struct object keyArray);  struct object KregionMatches(struct object sobj, struct object keyArray);
 int objToInteger(struct object ob);  int objToInteger(struct object ob);
   
   /* shell.c */
   struct object KoxWhich(struct object cmdo,struct object patho);
   struct object KoxShell(struct object ob);
   void KoxShellHelp(char *key,FILE *fp);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.17

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