Changeset bb02ea in git for kernel/f5gb.h


Ignore:
Timestamp:
Apr 5, 2009, 9:49:18 AM (14 years ago)
Author:
Christian Eder
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
bb9471e2e1af065ffce285ee2e4d142ab2d974b0
Parents:
9660f5c48cc33240ba1f644718ebd3f554c48fff
Message:
changed reduction, first step to optimize topReduction() for SINGULAR


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

Legend:

Unmodified
Added
Removed
  • kernel/f5gb.h

    r9660f5 rbb02ea  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.h,v 1.34 2009-04-02 12:59:59 ederc Exp $ */
     4/* $Id: f5gb.h,v 1.35 2009-04-05 07:49:18 ederc Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    2020*/
    2121void qsortDegree(poly* left, poly* right);
     22
     23/**
     24==========================================================================
     25compare monomials, i.e. divisibility tests for criterion 1 and criterion 2
     26==========================================================================
     27*/
     28bool compareMonomials(int* m1, int** m2, int numberOfRules);
    2229
    2330/*
     
    95102=====================================================================
    96103*/
    97 inline LNode* findReductor(LNode* l, LNode* gPrevRedCheck, LList* gPrev, RList* rules, LTagList* lTag,RTagList* rTag);
     104inline LNode* findReductor(LNode* l, LList* sPolyList, LNode* gPrevRedCheck, LList* gPrev, RList* rules, LTagList* lTag,RTagList* rTag);
    98105
    99106/*
Note: See TracChangeset for help on using the changeset viewer.