My Project
fast_mult.h
Go to the documentation of this file.
1 #ifndef fast_mult_header
2 #define fast_mult_header
3 #include "kernel/mod2.h"
4 #include "kernel/polys.h"
5 poly unifastmult(poly f,poly g, ring r);
6 poly multifastmult(poly f, poly g, ring r);
7 int Mults();
8 poly pFastPower(poly f, int n, ring r);
9 poly pFastPowerMC(poly f, int n, ring r);
10 #endif
g
Definition: cfModGcd.cc:4092
FILE * f
Definition: checklibs.c:9
poly unifastmult(poly f, poly g, ring r)
Definition: fast_mult.cc:272
poly pFastPowerMC(poly f, int n, ring r)
Definition: fast_mult.cc:588
poly pFastPower(poly f, int n, ring r)
Definition: fast_mult.cc:342
int Mults()
Definition: fast_mult.cc:14
poly multifastmult(poly f, poly g, ring r)
Definition: fast_mult.cc:290
Compatiblity layer for legacy polynomial operations (over currRing)