source:
git/kernel/f5c.cc
@
ba5e9e
Last change on this file since ba5e9e was ba5e9e, checked in by , 10 years ago | |
---|---|
|
|
File size: 880 bytes |
Rev | Line | |
---|---|---|
[16f511] | 1 | #ifdef HAVE_CONFIG_H |
[ba5e9e] | 2 | #include "singularconfig.h" |
[16f511] | 3 | #endif /* HAVE_CONFIG_H */ |
[599326] | 4 | #include <kernel/mod2.h> |
[d24881] | 5 | #ifdef HAVE_F5 |
[030573] | 6 | #include <unistd.h> |
[599326] | 7 | #include <kernel/structs.h> |
8 | #include <kernel/kutil.h> | |
[76cfef] | 9 | #include <omalloc/omalloc.h> |
[737a68] | 10 | #include <kernel/polys.h> |
[210e07] | 11 | #include <polys/monomials/p_polys.h> |
[76cfef] | 12 | #include <polys/templates/p_Procs.h> |
[599326] | 13 | #include <kernel/ideals.h> |
14 | #include <kernel/febase.h> | |
15 | #include <kernel/kstd1.h> | |
16 | #include <kernel/khstd.h> | |
[210e07] | 17 | #include <polys/kbuckets.h> |
[76cfef] | 18 | #include <polys/weight.h> |
[210e07] | 19 | #include <misc/intvec.h> |
[737a68] | 20 | #include <kernel/polys.h> |
[599326] | 21 | #include <kernel/f5c.h> |
22 | #include <kernel/timer.h> | |
[030573] | 23 | /* |
24 | ========================================================================== | |
25 | MAIN:computes a gb of the ideal i in the ring r with our F5 implementation | |
26 | ========================================================================== | |
27 | */ | |
[df638fb] | 28 | ideal f5cMain(ideal id, ring r) { |
[e44367] | 29 | |
30 | return id; | |
[030573] | 31 | } |
32 | ||
33 | #endif | |
[d24881] | 34 | // HAVE_F5 |
Note: See TracBrowser
for help on using the repository browser.