Changeset 7ba059 in git for kernel/polys.h


Ignore:
Timestamp:
Jul 24, 2007, 2:29:31 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
1dc959316eac2288bfe64889d2e83ce1d387c029
Parents:
2f0941897d4f1406c4c4e8071399248a0e0b6e1c
Message:
*hannes: NF, pSize, normalize etc.


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r2f0941 r7ba059  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.11 2007-06-20 09:39:24 wienand Exp $ */
     6/* $Id: polys.h,v 1.12 2007-07-24 12:29:31 Singular Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials of the
     
    373373void      p_Normalize(poly p, ring r);
    374374#define   pNormalize(p) p_Normalize(p,currRing)
     375int       pSize( poly p );
     376
    375377
    376378// homogenizes p by multiplying certain powers of the varnum-th variable
Note: See TracChangeset for help on using the changeset viewer.