Changeset 4732f8 in git for kernel/ratgring.h


Ignore:
Timestamp:
Feb 21, 2009, 8:30:56 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
cce4a2f69a8341c6b8fbb3f1e78b41bf26ed7970
Parents:
28f16452ba2351e155e944280a5d83ffdfd1ffc8
Message:
*levandov: ncratCreateSpoly added


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

Legend:

Unmodified
Added
Removed
  • kernel/ratgring.h

    r28f164 r4732f8  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ratgring.h,v 1.6 2008-08-07 21:15:56 levandov Exp $ */
     6/* $Id: ratgring.h,v 1.7 2009-02-21 19:30:56 levandov Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
     
    3535ideal ncGCD(poly p, poly q, ring r); // for p,q from a commutative ring
    3636
    37 //poly nc_rat_CreateSpoly(poly p1, poly p2, poly spNoether, int ishift, ring r);
     37poly nc_rat_CreateSpoly(poly p1, poly p2, int ishift, ring r);
    3838
    3939poly nc_rat_ReduceSpolyNew(poly p1, poly p2, int ishift, ring r);
Note: See TracChangeset for help on using the changeset viewer.