version 1.9, 2003/08/22 11:47:03 |
version 1.10, 2003/08/26 12:46:05 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/extern2.h,v 1.8 2003/08/21 02:30:23 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/Kan/extern2.h,v 1.9 2003/08/22 11:47:03 takayama Exp $ */ |
/* poly.c */ |
/* poly.c */ |
void KinitKan(void); |
void KinitKan(void); |
MONOMIAL newMonomial(struct ring *ringp); |
MONOMIAL newMonomial(struct ring *ringp); |
Line 129 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); |
|
|