jengelh-datetimespielwiese
Last change
on this file since 210e07 was
210e07,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
ADD: testing headers with "make test.o"
FIX: cleaning up headers in kernel: TODO: kutil.h?!
FIX: febase.h -> old.febase.h (remove later on)
ADD: dummy headers instead of some splited or moved: febase.h, modulop.h (for later fixing)
FIX: renamed various obsolette files into "old.*"
|
-
Property mode set to
100644
|
File size:
484 bytes
|
Line | |
---|
1 | /**************************************** |
---|
2 | * Computer Algebra System SINGULAR * |
---|
3 | ****************************************/ |
---|
4 | /* $Id$ */ |
---|
5 | /* |
---|
6 | * ABSTRACT: ringgb interface |
---|
7 | */ |
---|
8 | #ifndef RINGGB_HEADER |
---|
9 | #define RINGGB_HEADER |
---|
10 | #include <kernel/mod2.h> |
---|
11 | |
---|
12 | #ifdef HAVE_RINGS |
---|
13 | #include <polys/polys.h> |
---|
14 | |
---|
15 | poly ringNF(poly f, ideal G, ring r); |
---|
16 | poly plain_spoly(poly f, poly g); |
---|
17 | int testGB(ideal I, ideal GI); |
---|
18 | |
---|
19 | poly reduce_poly_fct(poly p, ring r); |
---|
20 | poly ringRedNF(poly f, ideal G, ring r); |
---|
21 | |
---|
22 | #endif |
---|
23 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.