Changeset e1a221 in git


Ignore:
Timestamp:
Apr 22, 2013, 4:33:15 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
386b3df0fd0076a3b1f1d672a9d0a51c0888814b
Parents:
102daaa5edc8d6b8e7efc450bf1a3ca866ac627a
git-author:
Martin Lee <martinlee84@web.de>2013-04-22 16:33:15+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-05-02 11:42:41+02:00
Message:
chg: changes due to rebasing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facAbsFact.cc

    r102daa re1a221  
    496496
    497497  TIMING_START (fac_bi_factor_recombination);
    498   biFactors= factorRecombination (uniFactors, F, MODl, degs, 1,
    499                                 uniFactors.length()/2, b, den);
     498  biFactors= factorRecombination (uniFactors, F, MODl, degs, evaluation, 1,
     499                                  uniFactors.length()/2, b, den);
    500500  TIMING_END_AND_PRINT (fac_bi_factor_recombination,
    501501                        "time for bivariate factor recombination over Q: ");
     
    508508    biFactors= earlyFactors;
    509509
    510   for (CFListIterator i= biFactors; i.hasItem(); i++)
    511     i.getItem()= i.getItem() (y - evaluation, y);
    512 
    513510  bool swap2= false;
    514511  appendSwapDecompress (biFactors, CFList(), CFList(), swap, swap2, CFMap());
Note: See TracChangeset for help on using the changeset viewer.