version 1.7, 2003/08/20 01:39:17 |
version 1.11, 2006/12/21 05:29:49 |
|
|
/* $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.10 2003/08/26 12:46:05 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); |
void makeTable(struct coeff *c,struct exps e[],struct ring *ringp); |
void makeTable(struct coeff *c,struct exps e[],struct ring *ringp); |
Line 70 int isHomogenized_vec(POLY f); |
|
Line 72 int isHomogenized_vec(POLY f); |
|
int containVectorVariable(POLY f); |
int containVectorVariable(POLY f); |
POLY POLYToPrincipalPart(POLY f); |
POLY POLYToPrincipalPart(POLY f); |
POLY POLYToInitW(POLY f,int w[]); |
POLY POLYToInitW(POLY f,int w[]); |
|
POLY POLYToInitWS(POLY f,int w[],int s[]); |
|
int ordWsAll(POLY f,int w[],int s[]); |
|
|
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); |
Line 125 int isMinusOne(struct coeff *cp); |
|
Line 129 int isMinusOne(struct coeff *cp); |
|
int isMinusOne(struct coeff *cp); |
int isMinusOne(struct coeff *cp); |
int isNegative(struct coeff *cp); |
int isNegative(struct coeff *cp); |
int isConstant(POLY f); |
int isConstant(POLY f); |
|
int isConstantAll(POLY f); |
void errorOutput(char *s); |
void errorOutput(char *s); |
int validOutputOrder(int w[],int n); |
int validOutputOrder(int w[],int n); |
|
char **makeDsmall(char **dvars,int n); |
|
|
|
|
/* order.c */ |
/* order.c */ |
void setOrderByMatrix(int order[],int n,int c, int l,int omsize); |
void setOrderByMatrix(int order[],int n,int c, int l,int omsize); |