Changeset e1a221 in git for factory/facAbsFact.cc
- Timestamp:
- Apr 22, 2013, 4:33:15 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facAbsFact.cc
r102daa re1a221 496 496 497 497 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); 500 500 TIMING_END_AND_PRINT (fac_bi_factor_recombination, 501 501 "time for bivariate factor recombination over Q: "); … … 508 508 biFactors= earlyFactors; 509 509 510 for (CFListIterator i= biFactors; i.hasItem(); i++)511 i.getItem()= i.getItem() (y - evaluation, y);512 513 510 bool swap2= false; 514 511 appendSwapDecompress (biFactors, CFList(), CFList(), swap, swap2, CFMap());
Note: See TracChangeset
for help on using the changeset viewer.