version 1.3, 2001/05/04 01:06:25 |
version 1.4, 2002/02/04 07:58:28 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/poly3.c,v 1.2 2000/01/16 07:55:40 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/Kan/poly3.c,v 1.3 2001/05/04 01:06:25 takayama Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
#include "datatype.h" |
#include "datatype.h" |
#include "extern2.h" |
#include "extern2.h" |
Line 176 void monomialMult_diff(e,f) |
|
Line 176 void monomialMult_diff(e,f) |
|
|
|
/* Note that you cannot call mpMult_diff recursively. */ |
/* Note that you cannot call mpMult_diff recursively. */ |
/* Note also that mpMult_diff assumes coefficients and Dx commutes each other*/ |
/* Note also that mpMult_diff assumes coefficients and Dx commutes each other*/ |
POLY mpMult_diff(POLY f,POLY g) |
POLY mpMult_diff_org(POLY f,POLY g) |
{ |
{ |
int k; |
int k; |
POLY r,temp; |
POLY r,temp; |