source: git/kernel/ringgb.h @ 210e07

spielwiese
Last change on this file since 210e07 was 210e07, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: testing headers with "make test.o" FIX: cleaning up headers in kernel: TODO: kutil.h?! FIX: febase.h -> old.febase.h (remove later on) ADD: dummy headers instead of some splited or moved: febase.h, modulop.h (for later fixing) FIX: renamed various obsolette files into "old.*"
  • Property mode set to 100644
File size: 484 bytes
RevLine 
[f3a8c2e]1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
[341696]4/* $Id$ */
[f3a8c2e]5/*
[585bbcb]6* ABSTRACT: ringgb interface
[f3a8c2e]7*/
8#ifndef RINGGB_HEADER
9#define RINGGB_HEADER
[599326]10#include <kernel/mod2.h>
[206e158]11
12#ifdef HAVE_RINGS
[210e07]13#include <polys/polys.h>
[f3a8c2e]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]19poly reduce_poly_fct(poly p, ring r);
20poly ringRedNF(poly f, ideal G, ring r);
21
[ada0d5]22#endif
[a5d7c1]23#endif
Note: See TracBrowser for help on using the repository browser.