/**************************************** * Computer Algebra System SINGULAR * ****************************************/ /* $Id$ */ /* * ABSTRACT: ringgb interface */ #ifndef RINGGB_HEADER #define RINGGB_HEADER #include #ifdef HAVE_RINGS #include poly ringNF(poly f, ideal G, ring r); poly plain_spoly(poly f, poly g); int testGB(ideal I, ideal GI); poly reduce_poly_fct(poly p, ring r); poly ringRedNF(poly f, ideal G, ring r); #endif #endif