My Project
Toggle main menu visibility
Loading...
Searching...
No Matches
kernel
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
g
Definition
cfModGcd.cc:4098
f
FILE * f
Definition
checklibs.c:9
unifastmult
poly unifastmult(poly f, poly g, ring r)
Definition
fast_mult.cc:272
pFastPowerMC
poly pFastPowerMC(poly f, int n, ring r)
Definition
fast_mult.cc:588
pFastPower
poly pFastPower(poly f, int n, ring r)
Definition
fast_mult.cc:342
Mults
int Mults()
Definition
fast_mult.cc:14
multifastmult
poly multifastmult(poly f, poly g, ring r)
Definition
fast_mult.cc:290
mod2.h
polys.h
Compatibility layer for legacy polynomial operations (over currRing).
Generated on
for My Project by
doxygen 1.17.0
for
Singular