jengelh-datetimespielwiese
Last change
on this file since 6ce030f was
6ce030f,
checked in by Oleksandr Motsak <motsak@…>, 11 years ago
|
removal of the $Id$ svn tag from everywhere
NOTE: the git SHA1 may be used instead (only on special places)
NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
|
-
Property mode set to
100644
|
File size:
477 bytes
|
Line | |
---|
1 | /**************************************** |
---|
2 | * Computer Algebra System SINGULAR * |
---|
3 | ****************************************/ |
---|
4 | /* |
---|
5 | * ABSTRACT: ringgb interface |
---|
6 | */ |
---|
7 | #ifndef RINGGB_HEADER |
---|
8 | #define RINGGB_HEADER |
---|
9 | // #include <kernel/mod2.h> |
---|
10 | |
---|
11 | #ifdef HAVE_RINGS |
---|
12 | #include <kernel/polys.h> |
---|
13 | |
---|
14 | poly ringNF(poly f, ideal G, ring r); |
---|
15 | poly plain_spoly(poly f, poly g); |
---|
16 | int testGB(ideal I, ideal GI); |
---|
17 | |
---|
18 | poly reduce_poly_fct(poly p, ring r); |
---|
19 | poly ringRedNF(poly f, ideal G, ring r); |
---|
20 | |
---|
21 | #endif |
---|
22 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.