Changeset 61944d0 in git for kernel/f5gb.h


Ignore:
Timestamp:
Feb 26, 2009, 10:01:52 AM (14 years ago)
Author:
Christian Eder
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
60933487e53ddb20e0e5d7d5ccc137ac53893f37
Parents:
7a8ca6fdf98e2078621ae6ac00ff9481cab3def8
Message:
solved problems in reduction() in topReduction() considering both criteria and computation of new polynomials


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

Legend:

Unmodified
Added
Removed
  • kernel/f5gb.h

    r7a8ca6 r61944d0  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.h,v 1.28 2009-02-19 14:52:34 ederc Exp $ */
     4/* $Id: f5gb.h,v 1.29 2009-02-26 09:01:52 ederc Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    1919======================================================
    2020*/
    21 void qsort_degree(poly* left, poly* right);
     21void qsortDegree(poly* left, poly* right);
    2222
    2323/*
     
    8888=====================================================================================
    8989*/
    90 void topReduction(LNode* l, LList* sPolyList, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag);
     90void topReduction(LNode* l, LList* sPolyList, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag, ideal gbPrev);
    9191
    9292/*
Note: See TracChangeset for help on using the changeset viewer.