Changeset fcb8022 in git for kernel/f5gb.h
- Timestamp:
- Feb 8, 2009, 8:17:54 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 35d0d1a7256e75184cea2fe4d2e02762b243b544
- Parents:
- 9bb97ef0a0e640ba336498902b874a16dc7b978e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/f5gb.h
r9bb97e rfcb8022 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1.2 2 2009-02-06 20:12:35ederc Exp $ */4 /* $Id: f5gb.h,v 1.23 2009-02-08 19:17:54 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 35 35 ================================================== 36 36 */ 37 LList* F5inc(int i, poly f_i, LList* gPrev, ideal gbPrev, poly ONE , int* reductionToZero);37 LList* F5inc(int i, poly f_i, LList* gPrev, ideal gbPrev, poly ONE); 38 38 39 39 /* … … 72 72 ================================== 73 73 */ 74 void computeSPols(CNode* first, RTagList* rTag, RList* rules, LList* sPolyList , int* reductionsToZero);74 void computeSPols(CNode* first, RTagList* rTag, RList* rules, LList* sPolyList); 75 75 76 76 /* … … 79 79 ======================================================================== 80 80 */ 81 LNode* reduction(LList* sPolyList, LList* completed, ideal gbPrev, int* reductionsToZero); 81 LNode* reduction(LList* sPolyList, LList* completed, LList* gPrev, LTagList* lTag, RTagList* rTag, 82 ideal gbPrev); 82 83 83 84 /* … … 87 88 ===================================================================================== 88 89 */ 89 LNode* topReduction(LNode* l, LList* gPrev, LList* completed);90 void topReduction(LNode* l, LList* completed, LList* gPrev, LTagList* lTag, RTagList* rTag); 90 91 91 92 /* … … 94 95 ===================================================================== 95 96 */ 96 LPoly* findReductor(LNode* l, LList* gPrev, LList* completed); 97 LRed* findReductor(LNode* l,LList* completed,LList* gPrev,LTagList* lTag,RTagList* rTag, 98 LNode* gPrevRedCheck, LNode* completedRedCheck); 97 99 98 100 /*
Note: See TracChangeset
for help on using the changeset viewer.