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 #include "kernel/mod2.h"
10 
11 #ifdef HAVE_F5
12 #include "kernel/GBEngine/kutil.h"
13 #include "kernel/structs.h"
14 #include "omalloc/omalloc.h"
15 #include "kernel/polys.h"
17 #include "kernel/ideals.h"
18 #include "kernel/GBEngine/kstd1.h"
19 #include "kernel/GBEngine/khstd.h"
20 #include "polys/kbuckets.h"
21 #include "polys/weight.h"
22 #include "misc/intvec.h"
23 #include "kernel/polys.h"
24 #include "kernel/GBEngine/f5gb.h"
25 #include "kernel/GBEngine/f5data.h"
27 /*
28 =====================
29 everything is inlined
30 =====================
31 */
32 #endif
Compatiblity layer for legacy polynomial operations (over currRing)