Changeset 4c4979 in git for kernel/shiftgb.cc
- Timestamp:
- Jun 19, 2009, 5:31:48 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 03057341d897afb7daf5d8d5346c88a961df4184
- Parents:
- ca02ab01da5c28f679d205662ca93d894d1719eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/shiftgb.cc
rca02ab r4c4979 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: shiftgb.cc,v 1.1 1 2009-02-23 13:50:52 SingularExp $ */4 /* $Id: shiftgb.cc,v 1.12 2009-06-19 15:31:48 levandov Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for shift GB and free GB … … 578 578 579 579 580 /*2 581 *if the leading term of p 582 *divides the leading term of some T[i] it will be canceled 583 */ 584 // static inline void clearSShift (poly p, unsigned long p_sev,int l, int* at, int* k, 585 // kStrategy strat) 586 // { 587 // assume(p_sev == pGetShortExpVector(p)); 588 // if (!pLmShortDivisibleBy(p,p_sev, strat->T[*at].p, ~ strat->sevT[*at])) return; 589 // // if (l>=strat->lenS[*at]) return; 590 // if (TEST_OPT_PROT) 591 // PrintS("!"); 592 // mflush(); 593 // //pDelete(&strat->S[*at]); 594 // deleteInS((*at),strat); 595 // (*at)--; 596 // (*k)--; 597 // // assume(lenS_correct(strat)); 598 // } 599 580 600 /* remarks: cleanT : just deletion 581 601 enlargeT: just reallocation */
Note: See TracChangeset
for help on using the changeset viewer.