Changeset cce6ed3 in git for kernel/f5gb.h


Ignore:
Timestamp:
Jan 25, 2009, 6:13:06 PM (14 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
f4e338f564fc725c8dac99c44cbf3f5ec5ceacb2
Parents:
0883ed62762dee5f6c5fa37f064d3883b99dc21f
Message:
lists done, started implementing f5incremental and critpair subalgorithms


git-svn-id: file:///usr/local/Singular/svn/trunk@11330 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/f5gb.h

    r0883ed rcce6ed3  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.h,v 1.15 2009-01-15 17:44:23 ederc Exp $ */
     4/* $Id: f5gb.h,v 1.16 2009-01-25 17:13:06 ederc Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    2121void qsort_degree(poly* left, poly* right);
    2222
    23 
    2423/*
    2524==============================================
     
    3029void generate_input_list(LPoly* lp, ideal id, poly one);
    3130
    32 
    3331/*
    3432==================================================
     
    3735==================================================
    3836*/
    39 LList* F5inc(const int i, LList* g_prev);
     37LList* F5inc(int* i, poly* f_i, LList* gPrev, poly* ONE);
    4038
     39/*
     40================================================================
     41computes a list of critical pairs for the next reduction process
     42first element in gPrev is always the newest element which must
     43build critical pairs with all other elements in gPrev
     44================================================================
     45*/
     46CList* criticalPair(LList* gPrev);
    4147
     48/*
     49========================================
     50Criterion 1, i.e. Faugere's F5 Criterion
     51========================================
     52*/
     53bool criterion1(LNode* l, LList* gPrev);
    4254/*
    4355======================================
Note: See TracChangeset for help on using the changeset viewer.