Changeset 5dad8b3 in git for kernel/polys.h


Ignore:
Timestamp:
Nov 10, 2010, 3:16:13 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1446e7f6b858dd03816a2e1b9a0c6022428f8b67
Parents:
40157303341732339fd6bc4f53baf18c09715ae0
Message:
more static routines

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

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r4015730 r5dad8b3  
    365365poly      pDehomogen (poly p1,poly p2,number n);
    366366BOOLEAN   pIsHomogeneous (poly p);
    367 
    368 // returns the leading monomial of p1 divided by the maximal power of
    369 // that of p2
    370 poly      pDivByMonom (poly p1,poly p2);
    371 
    372 // Returns as i-th entry of P the coefficient of the (i-1) power of
    373 // the leading monomial of p2 in p1
    374 void      pCancelPolyByMonom (poly p1,poly p2,polyset * P,int * SizeOfSet);
    375367
    376368poly      pPermPoly (poly p, int * perm,const ring OldRing, nMapFunc nMap,
Note: See TracChangeset for help on using the changeset viewer.