Changeset cce6ed3 in git for kernel/f5gb.h
- Timestamp:
- Jan 25, 2009, 6:13:06 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- f4e338f564fc725c8dac99c44cbf3f5ec5ceacb2
- Parents:
- 0883ed62762dee5f6c5fa37f064d3883b99dc21f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/f5gb.h
r0883ed rcce6ed3 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1.1 5 2009-01-15 17:44:23ederc Exp $ */4 /* $Id: f5gb.h,v 1.16 2009-01-25 17:13:06 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 21 21 void qsort_degree(poly* left, poly* right); 22 22 23 24 23 /* 25 24 ============================================== … … 30 29 void generate_input_list(LPoly* lp, ideal id, poly one); 31 30 32 33 31 /* 34 32 ================================================== … … 37 35 ================================================== 38 36 */ 39 LList* F5inc( const int i, LList* g_prev);37 LList* F5inc(int* i, poly* f_i, LList* gPrev, poly* ONE); 40 38 39 /* 40 ================================================================ 41 computes a list of critical pairs for the next reduction process 42 first element in gPrev is always the newest element which must 43 build critical pairs with all other elements in gPrev 44 ================================================================ 45 */ 46 CList* criticalPair(LList* gPrev); 41 47 48 /* 49 ======================================== 50 Criterion 1, i.e. Faugere's F5 Criterion 51 ======================================== 52 */ 53 bool criterion1(LNode* l, LList* gPrev); 42 54 /* 43 55 ======================================
Note: See TracChangeset
for help on using the changeset viewer.