jengelh-datetimespielwiese
Last change
on this file since e40145 was
599326,
checked in by Kai Krüger <krueger@…>, 13 years ago
|
Anne, Kai, Frank:
- changes to #include "..." statements to allow cleaner build structure
- affected directories: omalloc, kernel, Singular
- not yet done: IntergerProgramming
git-svn-id: file:///usr/local/Singular/svn/trunk@13032 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
402 bytes
|
Line | |
---|
1 | #ifndef F5C_HEADER |
---|
2 | #define F5C_HEADER |
---|
3 | |
---|
4 | #ifdef HAVE_F5C |
---|
5 | #include <kernel/F5cData.h> |
---|
6 | #include <kernel/F5cLists.h> |
---|
7 | |
---|
8 | /*! |
---|
9 | * main function of the F5C implementation in SINGULAR |
---|
10 | * |
---|
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 | */ |
---|
15 | ideal f5cMain(ideal i, ring r); |
---|
16 | |
---|
17 | #endif |
---|
18 | // HAVE_F5C |
---|
19 | #endif |
---|
20 | // F5C_HEADER |
---|
Note: See
TracBrowser
for help on using the repository browser.