Changeset ffe4fd in git
- Timestamp:
- Dec 2, 2010, 5:08:30 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 10ca896f95cb3da4ad916bbab81da0da94e37ed5
- Parents:
- 722db68fa52e40537a49b654c41d22424285d092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
r722db6 rffe4fd 374 374 // On return all components pf *q == 0 375 375 void pTakeOutComp(poly *p, long comp, poly *q, int *lq); 376 // Similar to pTakeOutComp, except that only those components are 377 // taken out whose Order == order 378 // ASSUME: monomial ordering is Order compatible, i.e., if m1, m2 Monoms then 379 // m1 >= m2 ==> pGetOrder(m1) >= pGetOrder(m2) 380 void pDecrOrdTakeOutComp(poly *p, long comp, long order, 381 poly *q, int *lq); 376 382 377 // This is something weird -- Don't use it, unless you know what you are doing 383 378 poly pTakeOutComp(poly * p, int k);
Note: See TracChangeset
for help on using the changeset viewer.