Changeset c1f4d51 in git for factory/facFqFactorize.cc
- Timestamp:
- Jul 1, 2020, 4:16:14 PM (3 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 2ce3bf354077ca50ab9dbbed78c68d8e279f1297
- Parents:
- f542551517fde5e0e330f2a5f4ae6e3fdfd32454
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorize.cc
rf542551 rc1f4d51 33 33 #include "facMul.h" 34 34 #include "cfUnivarGcd.h" 35 36 #ifdef HAVE_NTL37 #include "NTLconvert.h"38 35 39 36 TIMING_DEFINE_PRINT(fac_fq_bi_factorizer) … … 736 733 } 737 734 735 #if defined(HAVE_NTL) || defined(HAVE_FLINT) 738 736 #define CHAR_THRESHOLD 8 739 737 CFList … … 909 907 return result; 910 908 } 909 #endif 911 910 912 911 static inline … … 1993 1992 } 1994 1993 1995 #endif1996 1997 1994 static inline 1998 1995 CanonicalForm prodEval (const CFList& l, const CanonicalForm& evalPoint, … … 2165 2162 } 2166 2163 2167 #if def HAVE_NTL2164 #if defined(HAVE_NTL) || defined(HAVE_FLINT) 2168 2165 void 2169 2166 factorizationWRTDifferentSecondVars (const CanonicalForm& A, CFList*& Aeval, … … 2204 2201 } 2205 2202 } 2203 #endif 2206 2204 2207 2205 CFList conv (const CFArray & A) … … 2904 2902 } 2905 2903 2904 #if defined(HAVE_NTL) || defined(HAVE_FLINT) 2906 2905 CFList 2907 2906 extFactorize (const CanonicalForm& F, const ExtensionInfo& info); … … 3828 3827 } 3829 3828 } 3830 3831 3829 #endif 3832 /* HAVE_NTL */
Note: See TracChangeset
for help on using the changeset viewer.