source: git/kernel/GBEngine/ringgb.h @ 5aba1a

fieker-DuValspielwiese
Last change on this file since 5aba1a was 57fa2c4, checked in by Adi Popescu <adi_popescum@…>, 10 years ago
Separating Headers kernel/GBEngine
  • 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.