source:
git/kernel/f5c.h
@
fbc7cb
Last change on this file since fbc7cb was a9c298, checked in by , 9 years ago | |
---|---|
|
|
File size: 401 bytes |
Rev | Line | |
---|---|---|
[030573] | 1 | #ifndef F5C_HEADER |
2 | #define F5C_HEADER | |
3 | ||
4 | #ifdef HAVE_F5C | |
[599326] | 5 | #include <kernel/F5cData.h> |
6 | #include <kernel/F5cLists.h> | |
[030573] | 7 | |
8 | /*! | |
9 | * main function of the F5C implementation in SINGULAR | |
[a9c298] | 10 | * |
[030573] | 11 | * INPUT: Ideal i for which a gröbner basis should be computed; |
12 | * ring r. | |
13 | * OUTPUT: ideal g (the gröbner basis of i computed via F5C) | |
14 | */ | |
[df638fb] | 15 | ideal f5cMain(ideal i, ring r); |
[030573] | 16 | |
17 | #endif | |
[e44367] | 18 | // HAVE_F5C |
[030573] | 19 | #endif |
[df638fb] | 20 | // F5C_HEADER |
Note: See TracBrowser
for help on using the repository browser.