spielwiese
Last change
on this file since e63576 was
e63576,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
FIX: started moving GB-related non-commutative routines to kernel/
|
-
Property mode set to
100644
|
File size:
434 bytes
|
Rev | Line | |
---|
[e63576] | 1 | #ifndef KERNEL_NC_H |
---|
| 2 | #define KERNEL_NC_H |
---|
| 3 | #ifdef HAVE_PLURAL |
---|
| 4 | |
---|
| 5 | #include <polys/nc/nc.h> |
---|
| 6 | #include <polys/simpleideals.h> |
---|
| 7 | |
---|
| 8 | |
---|
| 9 | |
---|
| 10 | /// Compute two-sided GB: |
---|
| 11 | ideal twostd(ideal I); |
---|
| 12 | |
---|
| 13 | /// Ann: ??? |
---|
| 14 | ideal Approx_Step(ideal L); |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | #ifdef PLURAL_INTERNAL_DECLARATIONS |
---|
| 18 | |
---|
| 19 | /// we need nc_gr_initBba for sca_gr_bba and gr_bba. |
---|
| 20 | void nc_gr_initBba(ideal F,kStrategy strat); |
---|
| 21 | #endif // PLURAL_INTERNAL_DECLARATIONS |
---|
| 22 | |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | #endif // HAVE_PLURAL |
---|
| 26 | #endif // KERNEL_NC_H |
---|
Note: See
TracBrowser
for help on using the repository browser.