source: git/kernel/fast_mult.h @ 528f5b7

spielwiese
Last change on this file since 528f5b7 was 599326, checked in by Kai Krüger <krueger@…>, 14 years ago
Anne, Kai, Frank: - changes to #include "..." statements to allow cleaner build structure - affected directories: omalloc, kernel, Singular - not yet done: IntergerProgramming git-svn-id: file:///usr/local/Singular/svn/trunk@13032 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • 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>
5poly unifastmult(poly f,poly g, ring r);
6poly multifastmult(poly f, poly g, ring r);
7int Mults();
8poly pFastPower(poly f, int n, ring r);
9poly pFastPowerMC(poly f, int n, ring r);
10#endif
Note: See TracBrowser for help on using the repository browser.