My Project  debian-1:4.1.1-p2+ds-4build4
digitech.h
Go to the documentation of this file.
1 #ifndef DIGITECH_HEADER
2 #define DIGITECH_HEADER
3 // #include "kernel/mod2.h"
4 #include "kernel/polys.h"
5 void bit_reduce(poly & f,ring r);
6 poly uni_subst_bits(poly outer_uni, poly inner_multi, ring r);
7 #endif
FILE * f
Definition: checklibs.c:9
poly uni_subst_bits(poly outer_uni, poly inner_multi, ring r)
Definition: digitech.cc:47
void bit_reduce(poly &f, ring r)
Definition: digitech.cc:15
Compatiblity layer for legacy polynomial operations (over currRing)