Changeset b179b1 in git


Ignore:
Timestamp:
Feb 16, 2001, 10:19:35 AM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
584d1f1ad4878b9855984324f19d6383aa60632c
Parents:
8c16e9458bd37eb7f5ef37b409eb1b0a34b32824
Message:
*hannes: optimized kStrat


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

Legend:

Unmodified
Added
Removed
  • Singular/kutil.h

    r8c16e9 rb179b1  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.56 2001-02-09 17:26:00 obachman Exp $ */
     6/* $Id: kutil.h,v 1.57 2001-02-16 09:19:35 Singular Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    225225  pLDegProc pOrigLDeg_TailRing;
    226226
     227  LObject P;
    227228  ideal Shdl;
    228229  ideal D; /*V(S) is in D(D)*/
     
    242243  poly    t_kNoether;
    243244  BOOLEAN * NotUsedAxis;
    244   LObject P;
    245245  poly tail;
    246246  leftv kIdeal;
     
    249249  // procedure for ShalloCopy from tailRing  to currRing
    250250  pShallowCopyDeleteProc p_shallow_copy_delete;
    251   BOOLEAN *pairtest;/*used for enterOnePair*/
    252   // if set, pLDeg(p, l) == (pFDeg(pLast(p), pLength)
    253   BOOLEAN LDegLast;
    254   // if set, then L.length == L.pLength
    255   BOOLEAN length_pLength;
    256   // if set, then posInL does not depend on L.length
    257   BOOLEAN posInLDependsOnLength;
     251  // pointers to Tobjects R[i] is ith Tobject which is generated
     252  TObject**  R;
     253  // S_2_R[i] yields Tobject which corresponds to S[i]
     254  int*      S_2_R;
     255  ring tailRing;
     256  omBin lmBin;
     257  omBin tailBin;
    258258  int cp,c3;
    259259  int sl,mu;
     
    277277  BOOLEAN posInLOldFlag;
    278278  BOOLEAN use_buckets;
    279   ring tailRing;
    280   omBin lmBin;
    281   omBin tailBin;
     279  BOOLEAN interred_flag;
     280  BOOLEAN *pairtest;/*used for enterOnePair*/
     281  // if set, pLDeg(p, l) == (pFDeg(pLast(p), pLength)
     282  BOOLEAN LDegLast;
     283  // if set, then L.length == L.pLength
     284  BOOLEAN length_pLength;
     285  // if set, then posInL does not depend on L.length
     286  BOOLEAN posInLDependsOnLength;
    282287  /*FALSE, if posInL == posInL10*/
    283288  char    redTailChange;
    284289  char    news;
    285290  char    newt;/*used for messageSets*/
    286 
    287   // pointers to Tobjects R[i] is ith Tobject which is generated
    288   TObject**  R;
    289   // S_2_R[i] yields Tobject which corresponds to S[i]
    290   int*      S_2_R;
    291291 
    292292  skStrategy();
Note: See TracChangeset for help on using the changeset viewer.