source: git/kernel/fast_mult.h @ 246bbb

fieker-DuValspielwiese
Last change on this file since 246bbb was 737a68, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
CHG: moved libpolys/polys/polys.h to kernel/polys.h & updated includes ADD: moved (definition of) currRing/rChangeCurrRing to kernel/polys.cc!?
  • Property mode set to 100644
File size: 288 bytes
RevLine 
[7a05d36]1#ifndef fast_mult_header
2#define fast_mult_header
[599326]3#include <kernel/mod2.h>
[737a68]4#include <kernel/polys.h>
[78030c]5poly unifastmult(poly f,poly g, ring r);
6poly multifastmult(poly f, poly g, ring r);
[955737]7int Mults();
8poly pFastPower(poly f, int n, ring r);
[040ee80]9poly pFastPowerMC(poly f, int n, ring r);
[7a05d36]10#endif
Note: See TracBrowser for help on using the repository browser.