Changeset b2c7a2 in git
- Timestamp:
- Nov 10, 2012, 12:19:17 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- a37b349f287fe6d4265acc1b2ec7c20faafa6ea1
- Parents:
- 6dfc398e71ea196ccb6f9d8b8eb795ebf96f523c
- git-author:
- Martin Lee <martinlee84@web.de>2012-11-10 00:19:17+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-11-16 13:19:52+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facBivar.cc
r6dfc39 rb2c7a2 357 357 (prod (bufUniFactors) == bufAeval)); 358 358 359 if (bufUniFactors.getFirst().inCoeffDomain()) 360 bufUniFactors.removeFirst(); 361 362 if (bufUniFactors.length() == 1) 363 { 364 factors.append (A); 365 366 appendSwapDecompress (factors, conv (contentAxFactors), 367 conv (contentAyFactors), swap, swap2, N); 368 369 if (isOn (SW_RATIONAL)) 370 normalize (factors); 371 return factors; 372 } 373 359 374 TIMING_START (fac_uni_factorizer); 360 375 if (extension) … … 367 382 (prod (bufUniFactors2) == bufAeval2)); 368 383 369 if (bufUniFactors.getFirst().inCoeffDomain())370 bufUniFactors.removeFirst();371 384 if (bufUniFactors2.getFirst().inCoeffDomain()) 372 385 bufUniFactors2.removeFirst(); 373 if (bufUniFactors .length() == 1 || bufUniFactors2.length() == 1)386 if (bufUniFactors2.length() == 1) 374 387 { 375 388 factors.append (A);
Note: See TracChangeset
for help on using the changeset viewer.