source: git/kernel/ringgb.h @ fbc7cb

spielwiese
Last change on this file since fbc7cb was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 477 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/*
5* ABSTRACT: ringgb interface
6*/
7#ifndef RINGGB_HEADER
8#define RINGGB_HEADER
9// #include <kernel/mod2.h>
10
11#ifdef HAVE_RINGS
12#include <kernel/polys.h>
13
14poly ringNF(poly f, ideal G, ring r);
15poly plain_spoly(poly f, poly g);
16int testGB(ideal I, ideal GI);
17
18poly reduce_poly_fct(poly p, ring r);
19poly ringRedNF(poly f, ideal G, ring r);
20
21#endif
22#endif
Note: See TracBrowser for help on using the repository browser.