Changeset e34d7f in git


Ignore:
Timestamp:
Oct 5, 2018, 12:31:18 PM (6 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
11b36d704be58048bca206935f1250f991b31fab
Parents:
a75fc358053e71da8efed299e30de63ea29f3c0f
git-author:
Christian Eder <ederc@mathematik.uni-kl.de>2018-10-05 12:31:18+02:00
git-committer:
Christian Eder <ederc@mathematik.uni-kl.de>2018-10-05 12:37:42+02:00
Message:
adds new tail reduction function when computing over Z
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    ra75fc3 re34d7f  
    23252325      // therefore we call pCleardenom instead of pNorm
    23262326      strat->redTailChange=FALSE;
     2327
     2328      /* if we are computing over Z we always want to try and cut down
     2329       * the coefficients in the tail terms */
     2330      if (rField_is_Z(currRing))
     2331        redtailBbaAlsoLC_Z(&(strat->P), strat->tl, strat);
    23272332      if ((TEST_OPT_INTSTRATEGY) || (rField_is_Ring(currRing)))
    23282333      {
Note: See TracChangeset for help on using the changeset viewer.