Changeset a9c298 in git for kernel/polys.h
- Timestamp:
- Nov 20, 2013, 4:54:25 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 0de0509972719531e2a4b51ec9fd0e44a66fd2fd
- Parents:
- e4014563a82388c4b39dfa37db24cbe159b24a35
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-20 16:54:25+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-20 16:54:42+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
re40145 ra9c298 246 246 ***************************************************************/ 247 247 inline int pWeight(int i, const ring R = currRing){ return p_Weight(i, R); } 248 248 249 249 250 250 static inline long pTotaldegree(poly p) { return p_Totaldegree(p,currRing); } … … 306 306 // On return all components pf *q == 0 307 307 inline void pTakeOutComp(poly *p, long comp, poly *q, int *lq, const ring R = currRing) 308 { 308 { 309 309 return p_TakeOutComp(p, comp, q, lq, R); 310 310 }
Note: See TracChangeset
for help on using the changeset viewer.