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
poly pFastPowerMC(poly f, int n, ring r)
Definition: fast_mult.cc:588
Compatiblity layer for legacy polynomial operations (over currRing)
const CanonicalForm CFMap CFMap int &both_non_zero int n
Definition: cfEzgcd.cc:52
g
Definition: cfModGcd.cc:4031
int Mults()
Definition: fast_mult.cc:14
poly unifastmult(poly f, poly g, ring r)
Definition: fast_mult.cc:272
const ring r
Definition: syzextra.cc:208
FILE * f
Definition: checklibs.c:7
poly multifastmult(poly f, poly g, ring r)
Definition: fast_mult.cc:290
polyrec * poly
Definition: hilb.h:10
poly pFastPower(poly f, int n, ring r)
Definition: fast_mult.cc:342