Changeset c1f4d51 in git for factory/facFqFactorize.cc


Ignore:
Timestamp:
Jul 1, 2020, 4:16:14 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
2ce3bf354077ca50ab9dbbed78c68d8e279f1297
Parents:
f542551517fde5e0e330f2a5f4ae6e3fdfd32454
Message:
factory: implement findMinPoly/mapPrimElem and related
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.cc

    rf542551 rc1f4d51  
    3333#include "facMul.h"
    3434#include "cfUnivarGcd.h"
    35 
    36 #ifdef HAVE_NTL
    37 #include "NTLconvert.h"
    3835
    3936TIMING_DEFINE_PRINT(fac_fq_bi_factorizer)
     
    736733}
    737734
     735#if defined(HAVE_NTL) || defined(HAVE_FLINT)
    738736#define CHAR_THRESHOLD 8
    739737CFList
     
    909907  return result;
    910908}
     909#endif
    911910
    912911static inline
     
    19931992}
    19941993
    1995 #endif
    1996 
    19971994static inline
    19981995CanonicalForm prodEval (const CFList& l, const CanonicalForm& evalPoint,
     
    21652162}
    21662163
    2167 #ifdef HAVE_NTL
     2164#if defined(HAVE_NTL) || defined(HAVE_FLINT)
    21682165void
    21692166factorizationWRTDifferentSecondVars (const CanonicalForm& A, CFList*& Aeval,
     
    22042201  }
    22052202}
     2203#endif
    22062204
    22072205CFList conv (const CFArray & A)
     
    29042902}
    29052903
     2904#if defined(HAVE_NTL) || defined(HAVE_FLINT)
    29062905CFList
    29072906extFactorize (const CanonicalForm& F, const ExtensionInfo& info);
     
    38283827  }
    38293828}
    3830 
    38313829#endif
    3832 /* HAVE_NTL */
Note: See TracChangeset for help on using the changeset viewer.