Changeset 9752db in git for factory/facBivar.cc


Ignore:
Timestamp:
May 10, 2012, 6:47:22 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d0015c9c5906ccd1040927a2140a137a93d743b1
Parents:
5428647f3ac13d90ef45d257602f128804d6920a
git-author:
Martin Lee <martinlee84@web.de>2012-05-10 18:47:22+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-05-15 18:37:46+02:00
Message:
chg: use irreducibility criterion also in characteristic 0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facBivar.cc

    r542864 r9752db  
    460460  }
    461461
     462  if (irreducibilityTest (A))
     463  {
     464    CFList factors;
     465    factors.append (A);
     466
     467    appendSwapDecompress (factors, conv (contentAxFactors),
     468                          conv (contentAyFactors), false, false, N);
     469
     470    normalize (factors);
     471    return factors;
     472  }
    462473  bool swap= false;
    463474  if (degree (A) > degree (A, x))
Note: See TracChangeset for help on using the changeset viewer.