spielwiese
Release-4-3-2p1
Last change
on this file was
aa8a7e,
checked in by Hans Schoenemann <hannes@…>, 6 years ago
|
use include ".." for singular related .h, p9
|
-
Property mode set to
100644
|
File size:
288 bytes
|
Line | |
---|
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 |
---|
Note: See
TracBrowser
for help on using the repository browser.