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"
5poly unifastmult(poly f,poly g, ring r);
6poly multifastmult(poly f, poly g, ring r);
7int Mults();
8poly pFastPower(poly f, int n, ring r);
9poly pFastPowerMC(poly f, int n, ring r);
10#endif
g
Definition: cfModGcd.cc:4090
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
Compatibility layer for legacy polynomial operations (over currRing)