source: git/kernel/digitech.h @ 1f5565d

spielwiese
Last change on this file since 1f5565d 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: 203 bytes
Line 
1#ifndef DIGITECH_HEADER
2#define DIGITECH_HEADER
3#include <kernel/mod2.h>
4#include <kernel/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.