version 1.11, 2006/12/21 05:29:49 |
version 1.12, 2020/10/06 11:33:46 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/extern2.h,v 1.10 2003/08/26 12:46:05 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/Kan/extern2.h,v 1.11 2006/12/21 05:29:49 takayama Exp $ */ |
/* poly.c */ |
/* poly.c */ |
void KinitKan(void); |
void KinitKan(void); |
MONOMIAL newMonomial(struct ring *ringp); |
MONOMIAL newMonomial(struct ring *ringp); |
Line 125 struct coeff *universalNumberGCD(struct coeff *a,struc |
|
Line 125 struct coeff *universalNumberGCD(struct coeff *a,struc |
|
/* output.c */ |
/* output.c */ |
char *POLYToString(POLY f,int multSym,int brace); |
char *POLYToString(POLY f,int multSym,int brace); |
int isOne(struct coeff *cp); |
int isOne(struct coeff *cp); |
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); |