Changeset 5dad8b3 in git for kernel/polys.h
- Timestamp:
- Nov 10, 2010, 3:16:13 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 1446e7f6b858dd03816a2e1b9a0c6022428f8b67
- Parents:
- 40157303341732339fd6bc4f53baf18c09715ae0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
r4015730 r5dad8b3 365 365 poly pDehomogen (poly p1,poly p2,number n); 366 366 BOOLEAN pIsHomogeneous (poly p); 367 368 // returns the leading monomial of p1 divided by the maximal power of369 // that of p2370 poly pDivByMonom (poly p1,poly p2);371 372 // Returns as i-th entry of P the coefficient of the (i-1) power of373 // the leading monomial of p2 in p1374 void pCancelPolyByMonom (poly p1,poly p2,polyset * P,int * SizeOfSet);375 367 376 368 poly pPermPoly (poly p, int * perm,const ring OldRing, nMapFunc nMap,
Note: See TracChangeset
for help on using the changeset viewer.