jengelh-datetimespielwiese
Last change
on this file since 16f511 was
16f511,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Fixed the usage of "config.h" (if defined HAVE_CONFIG_H)
|
-
Property mode set to
100644
|
File size:
813 bytes
|
Line | |
---|
1 | //! \file f5data.h |
---|
2 | /**************************************** |
---|
3 | * Computer Algebra System SINGULAR * |
---|
4 | ****************************************/ |
---|
5 | /* |
---|
6 | * ABSTRACT: lpolynomial definition |
---|
7 | */ |
---|
8 | #ifdef HAVE_CONFIG_H |
---|
9 | #include "config.h" |
---|
10 | #endif /* HAVE_CONFIG_H */ |
---|
11 | #include <kernel/mod2.h> |
---|
12 | |
---|
13 | #ifdef HAVE_F5 |
---|
14 | #include <kernel/kutil.h> |
---|
15 | #include <kernel/structs.h> |
---|
16 | #include <omalloc/omalloc.h> |
---|
17 | #include <kernel/polys.h> |
---|
18 | #include <polys/monomials/p_polys.h> |
---|
19 | #include <kernel/ideals.h> |
---|
20 | #include <kernel/febase.h> |
---|
21 | #include <kernel/kstd1.h> |
---|
22 | #include <kernel/khstd.h> |
---|
23 | #include <polys/kbuckets.h> |
---|
24 | #include <polys/weight.h> |
---|
25 | #include <misc/intvec.h> |
---|
26 | #include <kernel/polys.h> |
---|
27 | #include <kernel/f5gb.h> |
---|
28 | #include <kernel/f5data.h> |
---|
29 | #include <kernel/f5lists.h> |
---|
30 | /* |
---|
31 | ===================== |
---|
32 | everything is inlined |
---|
33 | ===================== |
---|
34 | */ |
---|
35 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.