Changeset 14d732 in git for kernel/polys.h


Ignore:
Timestamp:
Sep 8, 2005, 1:14:10 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
4a21397125143f13495d844ecddd6e6a9b67b150
Parents:
adddc945404e79f782ee6af08a930f42a0f5f1d0
Message:
*bricken: introduced ring param for pEqualPolys


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    radddc9 r14d732  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.5 2005-04-20 17:25:52 Singular Exp $ */
     6/* $Id: polys.h,v 1.6 2005-09-08 11:14:09 bricken Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials of the
     
    422422/*-----------specials for spoly-computations--------------*/
    423423BOOLEAN pCompareChain (poly p,poly p1,poly p2,poly lcm);
    424 BOOLEAN pEqualPolys(poly p1,poly p2);
     424#define  pEqualPolys(p1,p2) p_EqualPolys(p1,p2,currRing)
    425425BOOLEAN pComparePolys(poly p1,poly p2);
    426426
Note: See TracChangeset for help on using the changeset viewer.