Changeset c3005ea in git for kernel/polys.h


Ignore:
Timestamp:
Dec 2, 2010, 4:44:56 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
66bff8383ec423ff4d78015828b80285a4d2888a
Parents:
715f30d21dbf78d93d3b6cd041dee85992b46b61
Message:
code cleanup: pDehomgen, idDehomgen

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

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r715f30 rc3005ea  
    361361poly      pHomogen (poly p, int varnum);
    362362
    363 // replaces the maximal powers of the leading monomial of p2 in p1 by
    364 // the same powers of n, utility for dehomogenization
    365 poly      pDehomogen (poly p1,poly p2,number n);
    366363BOOLEAN   pIsHomogeneous (poly p);
    367364
Note: See TracChangeset for help on using the changeset viewer.