| version 1.6, 2003/08/19 08:02:09 |
version 1.8, 2003/08/21 02:30:23 |
|
|
| /* $OpenXM: OpenXM/src/kan96xx/Kan/extern2.h,v 1.5 2003/07/17 07:33:03 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/Kan/extern2.h,v 1.7 2003/08/20 01:39:17 takayama Exp $ */ |
| /* poly.c */ |
/* poly.c */ |
| void KinitKan(void); |
void KinitKan(void); |
| MONOMIAL newMonomial(struct ring *ringp); |
MONOMIAL newMonomial(struct ring *ringp); |
| Line 44 POLY modulo0(POLY f,struct ring *ringp); |
|
| Line 44 POLY modulo0(POLY f,struct ring *ringp); |
|
| POLY modulopZ(POLY f,struct coeff *pcoeff); |
POLY modulopZ(POLY f,struct coeff *pcoeff); |
| struct pairOfPOLY quotientByNumber(POLY f,struct coeff *pcoeff); |
struct pairOfPOLY quotientByNumber(POLY f,struct coeff *pcoeff); |
| int pLength(POLY f); |
int pLength(POLY f); |
| |
struct coeff *gcdOfCoeff(POLY f); |
| |
int coeffSizeMin(POLY f); |
| |
POLY reduceContentOfPoly(POLY f,struct coeff **contp); |
| |
int shouldReduceContent(POLY f,int ss); |
| |
|
| |
|
| /* poly3.c */ |
/* poly3.c */ |
| void initT(void); |
void initT(void); |