jengelh-datetimespielwiese
Last change
on this file since 955737 was
955737,
checked in by Michael Brickenstein <bricken@…>, 18 years ago
|
*bricken: fast power (slow at the moment)
git-svn-id: file:///usr/local/Singular/svn/trunk@7749 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
232 bytes
|
Line | |
---|
1 | #ifndef fast_mult_header |
---|
2 | #define fast_mult_header |
---|
3 | #include "mod2.h" |
---|
4 | #include "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 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.