Changeset 36ef97a in git for Singular


Ignore:
Timestamp:
Feb 28, 2013, 12:27:27 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f224fda57b6b8846990a1284ec08a294e5b2f0f7
Parents:
160ec65155bebf896fb6d52bbe233c0c557a8c0e
git-author:
Martin Lee <martinlee84@web.de>2013-02-28 12:27:27+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-05-02 11:42:35+02:00
Message:
chg: added absolute irreducibility test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r160ec6 r36ef97a  
    37073707        {
    37083708          CanonicalForm F= convSingPFactoryP((poly)(h->Data()));
    3709           CFList factors= absFactorize (F);
     3709          CFFList factors= absFactorize (F);
    37103710          res->rtyp= INT_CMD;
    37113711          res->data= (void*) 1;
Note: See TracChangeset for help on using the changeset viewer.