Changeset a9c298 in git for kernel/kutil.h


Ignore:
Timestamp:
Nov 20, 2013, 4:54:25 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0de0509972719531e2a4b51ec9fd0e44a66fd2fd
Parents:
e4014563a82388c4b39dfa37db24cbe159b24a35
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-20 16:54:25+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-20 16:54:42+01:00
Message:
format stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.h

    re40145 ra9c298  
    7979  BOOLEAN is_normalized; // true, if pNorm was called on p, false otherwise
    8080  // used in incremental sba() with F5C:
    81   // we know some of the redundant elements in 
     81  // we know some of the redundant elements in
    8282  // strat->T beforehand, so we can just discard
    8383  // them and do not need to consider them in the
     
    9191
    9292
    93 #ifdef HAVE_PLURAL 
     93#ifdef HAVE_PLURAL
    9494  BOOLEAN is_special; // true, it is a new special S-poly (e.g. for SCA)
    9595#endif
    96  
     96
    9797  // initialization
    9898  KINLINE void Init(ring r = currRing);
     
    420420void initEcartPairBba (LObject* Lp,poly f,poly g,int ecartF,int ecartG);
    421421void initEcartPairMora (LObject* Lp,poly f,poly g,int ecartF,int ecartG);
    422 int posInS (const kStrategy strat, const int length, const poly p, 
     422int posInS (const kStrategy strat, const int length, const poly p,
    423423            const int ecart_p);
    424424int posInT0 (const TSet set,const int length,LObject &p);
     
    508508void initSLSba (ideal F, ideal Q,kStrategy strat);
    509509/*************************************************
    510  * when initializing a new bunch of principal 
     510 * when initializing a new bunch of principal
    511511 * syzygies at the beginning of a new iteration
    512  * step in a signature-based algorithm we 
     512 * step in a signature-based algorithm we
    513513 * compute ONLY the leading elements of those
    514514 * syzygies, NOT the whole syzygy
     
    624624void initBba(ideal F,kStrategy strat);
    625625void initSba(ideal F,kStrategy strat);
    626 void f5c (kStrategy strat, int& olddeg, int& minimcnt, int& hilbeledeg, 
     626void f5c (kStrategy strat, int& olddeg, int& minimcnt, int& hilbeledeg,
    627627          int& hilbcount, int& srmax, int& lrmax, int& reduc, ideal Q,
    628628          intvec *w,intvec *hilb );
     
    771771void enterpairsShift (poly h,int k,int ecart,int pos,kStrategy strat, int atR,int uptodeg, int lV);
    772772
    773 void initenterpairsShift (poly h,int k,int ecart,int isFromQ,kStrategy strat, int atR,int uptodeg, int lV); 
     773void initenterpairsShift (poly h,int k,int ecart,int isFromQ,kStrategy strat, int atR,int uptodeg, int lV);
    774774
    775775void updateSShift(kStrategy strat,int uptodeg,int lV);
Note: See TracChangeset for help on using the changeset viewer.