Changeset 69bc59 in git for kernel/ringgb.h


Ignore:
Timestamp:
Jun 8, 2006, 11:56:54 PM (17 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
8e4858985c8a175c0ae6f5422cd1c577e587236d
Parents:
728a2c96465e8ac52df53f624fc9319cc328b4e0
Message:
[oliver]

ringgb.*:
* routines for testing of GB


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

Legend:

Unmodified
Added
Removed
  • kernel/ringgb.h

    r728a2c r69bc59  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ringgb.h,v 1.2 2005-11-27 15:28:46 wienand Exp $ */
     4/* $Id: ringgb.h,v 1.3 2006-06-08 21:56:54 wienand Exp $ */
    55/*
    66* ABSTRACT: ringgb interface
     
    1414poly ringRedNF(poly f, ideal G, ring r);
    1515poly ringNF(poly f, ideal G, ring r);
     16poly plain_spoly(poly f, poly g);
     17int testGB(ideal GI);
    1618
    1719#endif
Note: See TracChangeset for help on using the changeset viewer.