version 1.10, 2003/08/26 12:46:05 |
version 1.12, 2020/10/06 11:33:46 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/extern2.h,v 1.9 2003/08/22 11:47:03 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 126 struct coeff *universalNumberGCD(struct coeff *a,struc |
|
Line 126 struct coeff *universalNumberGCD(struct coeff *a,struc |
|
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); |
int isConstantAll(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); |