Changeset 92ca34 in git


Ignore:
Timestamp:
Jul 10, 2020, 11:25:32 AM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b3b0421612c194de09111ca537666da0639c896b
Parents:
e730821604605567a216a6a2b046fa93081f9a8b
Message:
factory: factorize char p, extension, univariate (w/o FLINT, w/o NTL)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    re73082 r92ca34  
    769769#endif
    770770#if !defined(HAVE_NTL) && !defined(HAVE_FLINT)
    771       factoryError ("univariate factorization  depends on FLINT/NTL(missing)");
    772       return CFFList (CFFactor (f, 1));
     771      // char p, extension, univariate
     772      F=FpFactorizeUnivariateCZ( f, false, 1, alpha, Variable() );
    773773#endif
    774774    }
Note: See TracChangeset for help on using the changeset viewer.