f5data.cc
Go to the documentation of this file.
1 //! \file f5data.h
2 /****************************************
3 * Computer Algebra System SINGULAR *
4 ****************************************/
5 /*
6 * ABSTRACT: lpolynomial definition
7 */
8 
9 
10 
11 #include <kernel/mod2.h>
12 
13 #ifdef HAVE_F5
14 #include <kernel/GBEngine/kutil.h>
15 #include <kernel/structs.h>
16 #include <omalloc/omalloc.h>
17 #include <kernel/polys.h>
19 #include <kernel/ideals.h>
20 #include <kernel/GBEngine/kstd1.h>
21 #include <kernel/GBEngine/khstd.h>
22 #include <polys/kbuckets.h>
23 #include <polys/weight.h>
24 #include <misc/intvec.h>
25 #include <kernel/polys.h>
26 #include <kernel/GBEngine/f5gb.h>
27 #include <kernel/GBEngine/f5data.h>
29 /*
30 =====================
31 everything is inlined
32 =====================
33 */
34 #endif
Compatiblity layer for legacy polynomial operations (over currRing)