source: git/kernel/digitech.h @ 2f2bb21

spielwiese
Last change on this file since 2f2bb21 was ca086f, checked in by Michael Brickenstein <bricken@…>, 18 years ago
*bricken: bit reductions git-svn-id: file:///usr/local/Singular/svn/trunk@8953 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 189 bytes
Line 
1#ifndef DIGITECH_HEADER
2#define DIGITECH_HEADER
3#include "mod2.h"
4#include "polys.h"
5void bit_reduce(poly & f,ring r);
6poly uni_subst_bits(poly outer_uni, poly inner_multi, ring r);
7#endif
Note: See TracBrowser for help on using the repository browser.