source: git/kernel/ringgb.h @ a2466f

spielwiese
Last change on this file since a2466f was a2466f, checked in by Oliver Wienand <wienand@…>, 18 years ago
[oliver] @hannes: Please check changes to kutil.cc(pDivComp). kutil.cc: * pDivComp now distinguishes between equal and incomparable monoms * changes to chainCritRing, in progress ringgb.*: * changes to testGB, now tests also inclusion of I polys.cc: * just doc git-svn-id: file:///usr/local/Singular/svn/trunk@9195 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 493 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/* $Id: ringgb.h,v 1.4 2006-06-12 00:07:12 wienand Exp $ */
5/*
6* ABSTRACT: ringgb interface
7*/
8#ifndef RINGGB_HEADER
9#define RINGGB_HEADER
10#include "mod2.h"
11#include "polys.h"
12
13poly reduce_poly_fct(poly p, ring r);
14poly ringRedNF(poly f, ideal G, ring r);
15poly ringNF(poly f, ideal G, ring r);
16poly plain_spoly(poly f, poly g);
17int testGB(ideal I, ideal GI);
18
19#endif
Note: See TracBrowser for help on using the repository browser.