Changeset a2466f in git for kernel/ringgb.h


Ignore:
Timestamp:
Jun 12, 2006, 2:07:12 AM (17 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
c4c516319dd7380d23251f74e2a664cdb5664571
Parents:
30f22c1ce9b7faf89c70d82bed9c82dd6d7b4979
Message:
[oliver] @hannes: Please check changes to kutil.cc(pDivComp).

kutil.cc:
* pDivComp now distinguishes between equal and incomparable monoms
* changes to chainCritRing, in progress

ringgb.*:
* changes to testGB, now tests also inclusion of I

polys.cc:
* just doc


git-svn-id: file:///usr/local/Singular/svn/trunk@9195 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ringgb.h

    r30f22c ra2466f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ringgb.h,v 1.3 2006-06-08 21:56:54 wienand Exp $ */
     4/* $Id: ringgb.h,v 1.4 2006-06-12 00:07:12 wienand Exp $ */
    55/*
    66* ABSTRACT: ringgb interface
     
    1515poly ringNF(poly f, ideal G, ring r);
    1616poly plain_spoly(poly f, poly g);
    17 int testGB(ideal GI);
     17int testGB(ideal I, ideal GI);
    1818
    1919#endif
Note: See TracChangeset for help on using the changeset viewer.