source: git/kernel/fast_mult.h @ 78030c

spielwiese
Last change on this file since 78030c was 78030c, checked in by Michael Brickenstein <bricken@…>, 19 years ago
+ ring as parameter git-svn-id: file:///usr/local/Singular/svn/trunk@7727 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 179 bytes
RevLine 
[7a05d36]1#ifndef fast_mult_header
2#define fast_mult_header
3#include "mod2.h"
4#include "polys.h"
[78030c]5poly unifastmult(poly f,poly g, ring r);
6poly multifastmult(poly f, poly g, ring r);
[7a05d36]7#endif
Note: See TracBrowser for help on using the repository browser.