Changeset fcb8022 in git for kernel/f5gb.h


Ignore:
Timestamp:
Feb 8, 2009, 8:17:54 PM (14 years ago)
Author:
Christian Eder
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
35d0d1a7256e75184cea2fe4d2e02762b243b544
Parents:
9bb97ef0a0e640ba336498902b874a16dc7b978e
Message:
rTag update


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

Legend:

Unmodified
Added
Removed
  • kernel/f5gb.h

    r9bb97e rfcb8022  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.h,v 1.22 2009-02-06 20:12:35 ederc Exp $ */
     4/* $Id: f5gb.h,v 1.23 2009-02-08 19:17:54 ederc Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    3535==================================================
    3636*/
    37 LList* F5inc(int i, poly f_i, LList* gPrev, ideal gbPrev, poly ONE, int* reductionToZero);
     37LList* F5inc(int i, poly f_i, LList* gPrev, ideal gbPrev, poly ONE);
    3838
    3939/*
     
    7272==================================
    7373*/
    74 void computeSPols(CNode* first, RTagList* rTag, RList* rules, LList* sPolyList, int* reductionsToZero);
     74void computeSPols(CNode* first, RTagList* rTag, RList* rules, LList* sPolyList);
    7575
    7676/*
     
    7979========================================================================
    8080*/
    81 LNode* reduction(LList* sPolyList, LList* completed, ideal gbPrev, int* reductionsToZero);
     81LNode* reduction(LList* sPolyList, LList* completed, LList* gPrev, LTagList* lTag, RTagList* rTag,
     82                 ideal gbPrev);
    8283
    8384/*
     
    8788=====================================================================================
    8889*/
    89 LNode* topReduction(LNode* l, LList* gPrev, LList* completed);
     90void topReduction(LNode* l, LList* completed, LList* gPrev, LTagList* lTag, RTagList* rTag);
    9091
    9192/*
     
    9495=====================================================================
    9596*/
    96 LPoly* findReductor(LNode* l, LList* gPrev, LList* completed);
     97LRed* findReductor(LNode* l,LList* completed,LList* gPrev,LTagList* lTag,RTagList* rTag,
     98                    LNode* gPrevRedCheck, LNode* completedRedCheck);
    9799
    98100/*
Note: See TracChangeset for help on using the changeset viewer.