jengelh-datetimespielwiese
Last change
on this file since 936551 was
936551,
checked in by Oliver Wienand <wienand@…>, 15 years ago
|
F5 Implementierung
git-svn-id: file:///usr/local/Singular/svn/trunk@10672 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
345 bytes
|
Rev | Line | |
---|
[936551] | 1 | /**************************************** |
---|
| 2 | * Computer Algebra System SINGULAR * |
---|
| 3 | ****************************************/ |
---|
| 4 | /* $Id: f5gb.h,v 1.1 2008-04-17 12:32:13 wienand Exp $ */ |
---|
| 5 | /* |
---|
| 6 | * ABSTRACT: ringgb interface |
---|
| 7 | */ |
---|
| 8 | #ifndef F5_HEADER |
---|
| 9 | #define F5_HEADER |
---|
| 10 | #include "mod2.h" |
---|
| 11 | |
---|
| 12 | #ifdef HAVE_F5 |
---|
| 13 | ideal computeF5(ideal I, ring r); |
---|
| 14 | #endif |
---|
| 15 | |
---|
| 16 | #endif |
---|
| 17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.