Changeset 9879d0 in git for factory/cf_gcd_smallp.cc


Ignore:
Timestamp:
Jan 23, 2013, 7:15:15 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
755f1232a0908b09ccb278f55f5416703f6f66b2
Parents:
0d74e75b36845cfee9b1869860c0e05542b9ace7
git-author:
Martin Lee <martinlee84@web.de>2013-01-23 19:15:15+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-02-18 15:14:15+01:00
Message:
chg: tuning parameter in sparseGCDFp
chg: switch to dense modular GCD
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    r0d74e7 r9879d0  
    39063906      l.append (random_element);
    39073907
    3908     if ((getCharacteristic() > 3 && size (skeleton) < 100))
     3908    if ((getCharacteristic() > 3 && size (skeleton) < 200))
    39093909    {
    39103910      CFArray Monoms;
     
    41214121      } while (1); //end of second do
    41224122    }
     4123    else
     4124      return N(gcdcAcB*GCD_small_p (ppA, ppB));
    41234125  } while (1); //end of first do
    41244126}
Note: See TracChangeset for help on using the changeset viewer.