source: git/kernel/ringgb.h @ 899741

spielwiese
Last change on this file since 899741 was a5d7c1, checked in by Oliver Wienand <wienand@…>, 17 years ago
newline at end git-svn-id: file:///usr/local/Singular/svn/trunk@10036 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 548 bytes
RevLine 
[f3a8c2e]1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
[a5d7c1]4/* $Id: ringgb.h,v 1.7 2007-05-11 10:56:03 wienand Exp $ */
[f3a8c2e]5/*
[585bbcb]6* ABSTRACT: ringgb interface
[f3a8c2e]7*/
8#ifndef RINGGB_HEADER
9#define RINGGB_HEADER
10#include "mod2.h"
[206e158]11
12#ifdef HAVE_RINGS
[f3a8c2e]13#include "polys.h"
14
[585bbcb]15poly ringNF(poly f, ideal G, ring r);
[69bc59]16poly plain_spoly(poly f, poly g);
[a2466f]17int testGB(ideal I, ideal GI);
[f3a8c2e]18
[206e158]19#ifdef HAVE_RING2TOM
20poly reduce_poly_fct(poly p, ring r);
21poly ringRedNF(poly f, ideal G, ring r);
[f3a8c2e]22#endif
[206e158]23
[ada0d5]24#endif
[a5d7c1]25#endif
Note: See TracBrowser for help on using the repository browser.