source: git/kernel/ringgb.h @ 0179d5

spielwiese
Last change on this file since 0179d5 was c90b43, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: HAVE_RINGS only git-svn-id: file:///usr/local/Singular/svn/trunk@11781 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 521 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/* $Id: ringgb.h,v 1.8 2009-05-06 12:53:49 Singular Exp $ */
5/*
6* ABSTRACT: ringgb interface
7*/
8#ifndef RINGGB_HEADER
9#define RINGGB_HEADER
10#include "mod2.h"
11
12#ifdef HAVE_RINGS
13#include "polys.h"
14
15poly ringNF(poly f, ideal G, ring r);
16poly plain_spoly(poly f, poly g);
17int testGB(ideal I, ideal GI);
18
19poly reduce_poly_fct(poly p, ring r);
20poly ringRedNF(poly f, ideal G, ring r);
21
22#endif
23#endif
Note: See TracBrowser for help on using the repository browser.