source: git/kernel/f5gb.h @ db2e1c

spielwiese
Last change on this file since db2e1c was 3ad53dd, checked in by Oliver Wienand <wienand@…>, 16 years ago
const char f5gb in makefile git-svn-id: file:///usr/local/Singular/svn/trunk@10674 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 338 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/* $Id: f5gb.h,v 1.2 2008-04-18 13:32:53 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
Note: See TracBrowser for help on using the repository browser.