source:
git/kernel/ringgb.h
@
fbc7cb
Last change on this file since fbc7cb was 6ce030f, checked in by , 11 years ago | |
---|---|
|
|
File size: 477 bytes |
Rev | Line | |
---|---|---|
[f3a8c2e] | 1 | /**************************************** |
2 | * Computer Algebra System SINGULAR * | |
3 | ****************************************/ | |
4 | /* | |
[585bbcb] | 5 | * ABSTRACT: ringgb interface |
[f3a8c2e] | 6 | */ |
7 | #ifndef RINGGB_HEADER | |
8 | #define RINGGB_HEADER | |
[762407] | 9 | // #include <kernel/mod2.h> |
[206e158] | 10 | |
11 | #ifdef HAVE_RINGS | |
[737a68] | 12 | #include <kernel/polys.h> |
[f3a8c2e] | 13 | |
[585bbcb] | 14 | poly ringNF(poly f, ideal G, ring r); |
[69bc59] | 15 | poly plain_spoly(poly f, poly g); |
[a2466f] | 16 | int testGB(ideal I, ideal GI); |
[f3a8c2e] | 17 | |
[206e158] | 18 | poly reduce_poly_fct(poly p, ring r); |
19 | poly ringRedNF(poly f, ideal G, ring r); | |
20 | ||
[ada0d5] | 21 | #endif |
[a5d7c1] | 22 | #endif |
Note: See TracBrowser
for help on using the repository browser.