source: git/kernel/ringgb.h @ fbc7cb

jengelh-datetimespielwiese
Last change on this file since fbc7cb was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 11 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
RevLine 
[f3a8c2e]1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/*
[585bbcb]5* ABSTRACT: ringgb interface
[f3a8c2e]6*/
7#ifndef RINGGB_HEADER
8#define RINGGB_HEADER
[762407]9// #include <kernel/mod2.h>
[206e158]10
11#ifdef HAVE_RINGS
[737a68]12#include <kernel/polys.h>
[f3a8c2e]13
[585bbcb]14poly ringNF(poly f, ideal G, ring r);
[69bc59]15poly plain_spoly(poly f, poly g);
[a2466f]16int testGB(ideal I, ideal GI);
[f3a8c2e]17
[206e158]18poly reduce_poly_fct(poly p, ring r);
19poly ringRedNF(poly f, ideal G, ring r);
20
[ada0d5]21#endif
[a5d7c1]22#endif
Note: See TracBrowser for help on using the repository browser.