source: git/kernel/f5gb.h @ 728288

spielwiese
Last change on this file since 728288 was 936551, checked in by Oliver Wienand <wienand@…>, 16 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
Line 
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
13ideal computeF5(ideal I, ring r);
14#endif
15
16#endif
17#endif
Note: See TracBrowser for help on using the repository browser.