My Project  debian-1:4.1.1-p2+ds-4build2
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
f
FILE * f
Definition: checklibs.c:9
pFastPowerMC
poly pFastPowerMC(poly f, int n, ring r)
Definition: fast_mult.cc:588
polys.h
g
g
Definition: cfModGcd.cc:4031
Mults
int Mults()
Definition: fast_mult.cc:14
unifastmult
poly unifastmult(poly f, poly g, ring r)
Definition: fast_mult.cc:272
mod2.h
pFastPower
poly pFastPower(poly f, int n, ring r)
Definition: fast_mult.cc:342
multifastmult
poly multifastmult(poly f, poly g, ring r)
Definition: fast_mult.cc:290