Changeset 2537fa0 in git for factory/facBivar.cc
- Timestamp:
- Mar 19, 2013, 2:31:03 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- 2d35fe77fb45655052d739f5e90e572b52fe709f
- Parents:
- 5e4636810908842f714d87ac378a9aa9c48ec33f
- git-author:
- Martin Lee <martinlee84@web.de>2013-03-19 14:31:03+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-03-22 15:53:08+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facBivar.cc
r5e4636 r2537fa0 583 583 584 584 TIMING_START (fac_bi_factor_recombination); 585 factors= factorRecombination (uniFactors, A, MODl, degs, 1,585 factors= factorRecombination (uniFactors, A, MODl, degs, evaluation, 1, 586 586 uniFactors.length()/2, b, den); 587 587 TIMING_END_AND_PRINT (fac_bi_factor_recombination, … … 595 595 factors= earlyFactors; 596 596 597 for (CFListIterator i= factors; i.hasItem(); i++)598 i.getItem()= i.getItem() (y - evaluation, y);599 600 597 appendSwapDecompress (factors, conv (contentAxFactors), 601 598 conv (contentAyFactors), swap, swap2, N);
Note: See TracChangeset
for help on using the changeset viewer.