Changeset 9866fc in git for kernel/kutil.cc


Ignore:
Timestamp:
Jul 23, 2007, 12:50:02 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9870019aa6443f84c0f191537798b699dea0a7b5
Parents:
78b904c6080f8b523545e5a4a1b9d12db23607d4
Message:
*hannes: NF2: lazy normalize


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r78b904 r9866fc  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.62 2007-07-13 14:19:26 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.63 2007-07-23 10:46:57 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    25302530  idSkipZeroes(G0);
    25312531  return G0;
    2532 }   
     2532}
    25332533#endif
    25342534
     
    42674267        if (With == NULL) break;
    42684268      }
     4269      if ((!TEST_OPT_INTSTRATEGY) && (!nIsOne(pGetCoeff(With->p))))
     4270      {
     4271        With->pNorm();
     4272        //if (TEST_OPT_PROT) { PrintS("n"); mflush(); }
     4273      }
    42694274      strat->redTailChange=TRUE;
    42704275      if (ksReducePolyTail(L, With, &Ln))
    42714276      {
    42724277        // reducing the tail would violate the exp bound
    4273         //  set a flag and hope for a retry (in bba)
    4274         strat->completeReduce_retry=TRUE;
     4278        //  set a flag and hope for a retry (in bba)
     4279        strat->completeReduce_retry=TRUE;
    42754280        do
    42764281        {
     
    42794284          L->pLength++;
    42804285        } while (!Ln.IsNull());
    4281         goto all_done;
     4286        goto all_done;
    42824287      }
    42834288      if (Ln.IsNull()) goto all_done;
     
    44944499  }
    44954500  /*- test, if a unit is in F -*/
    4496   if ((strat->sl>=0) 
     4501  if ((strat->sl>=0)
    44974502#ifdef HAVE_RINGS
    44984503       && !rField_is_Ring(currRing)
     
    54775482  strat->fromT = FALSE;
    54785483  strat->noTailReduction = !TEST_OPT_REDTAIL;
    5479   if (!TEST_OPT_SB_1) 
     5484  if (!TEST_OPT_SB_1)
    54805485  {
    54815486    updateS(TRUE,strat);
     
    63706375          enterOnePair(j,h,ecart,isFromQ,strat, atR);
    63716376        }
    6372         /* HERE we put (h, s*h) pairs */
     6377        /* HERE we put (h, s*h) pairs */
    63736378      }
    63746379    }
Note: See TracChangeset for help on using the changeset viewer.