source: git/kernel/ringgb.h @ 321283

fieker-DuValspielwiese
Last change on this file since 321283 was ada0d5, checked in by Hans Schönemann <hannes@…>, 18 years ago
*hannes: mask HAVE_RING2TOM routines git-svn-id: file:///usr/local/Singular/svn/trunk@9200 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 522 bytes
RevLine 
[f3a8c2e]1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
[ada0d5]4/* $Id: ringgb.h,v 1.5 2006-06-12 13:04:26 Singular Exp $ */
[f3a8c2e]5/*
[585bbcb]6* ABSTRACT: ringgb interface
[f3a8c2e]7*/
8#ifndef RINGGB_HEADER
9#define RINGGB_HEADER
10#include "mod2.h"
[ada0d5]11#ifdef HAVE_RING2TOM
[f3a8c2e]12#include "polys.h"
13
[585bbcb]14poly reduce_poly_fct(poly p, ring r);
15poly ringRedNF(poly f, ideal G, ring r);
16poly ringNF(poly f, ideal G, ring r);
[69bc59]17poly plain_spoly(poly f, poly g);
[a2466f]18int testGB(ideal I, ideal GI);
[f3a8c2e]19
20#endif
[ada0d5]21#endif
Note: See TracBrowser for help on using the repository browser.