Changeset 530295 in git for factory/cf_factor.cc


Ignore:
Timestamp:
Jan 5, 2012, 5:52:39 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
0e6668ef96c23537076f15491667b780427d0f91
Parents:
88408d0be2fdcd560bb0eceb25b88db10bf0c817
git-author:
Martin Lee <martinlee84@web.de>2012-01-05 17:52:39+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:25+02:00
Message:
chg: more changes to replace polynomial factorization over integer with new algorithm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    r88408d0 r530295  
    648648      {
    649649        CFList factors;
    650         factors= ratSqrfFactorize (fz, Variable (1));
     650        factors= ratSqrfFactorize (fz);
    651651        for (CFListIterator i= factors; i.hasItem(); i++)
    652652          F.append (CFFactor (i.getItem(), 1));
    653653      }
    654654      else
    655         F = ratFactorize (fz, Variable (1));
     655        F = ratFactorize (fz);
    656656      Off (SW_RATIONAL);
    657657      #else
Note: See TracChangeset for help on using the changeset viewer.