Changeset 7032db in git
- Timestamp:
- Jul 4, 2020, 1:57:00 PM (3 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 89005e409e564feafbec751f5c65109638c47368d78356197b75c5a7efd1896ede6a66356bbb6d94
- Parents:
- cbdf0e507d7f2e431e05eeee9c7e8a7437d2c9c8
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFactorize.cc
rcbdf0e r7032db 45 45 TIMING_DEFINE_PRINT(fac_compress) 46 46 47 #ifdef HAVE_NTL48 47 CFList evalPoints (const CanonicalForm& F, CFList& eval, Evaluation& E) 49 48 { … … 154 153 } 155 154 155 #ifdef HAVE_NTL // ratBiSqrfFactorize 156 156 void 157 157 factorizationWRTDifferentSecondVars (const CanonicalForm& A, CFList*& Aeval, … … 190 190 } 191 191 } 192 192 #endif 193 194 #ifdef HAVE_NTL // ratBiSqrfFactorize 193 195 CFList 194 196 multiFactorize (const CanonicalForm& F, const Variable& v) … … 829 831 return factors; 830 832 } 831 832 833 #endif -
factory/facFqBivar.cc
rcbdf0e r7032db 155 155 } 156 156 157 #if defined(HAVE_NTL) || defined(HAVE_FLINT) 157 158 CFList 158 159 uniFactorizer (const CanonicalForm& A, const Variable& alpha, const bool& GF) … … 360 361 return uniFactors; 361 362 } 363 #endif 362 364 363 365 #if defined(HAVE_NTL) || defined(HAVE_FLINT) … … 800 802 } 801 803 804 #if defined(HAVE_NTL) || defined(HAVE_FLINT) 802 805 Variable chooseExtension (const Variable & alpha, const Variable& beta, int k) 803 806 { … … 844 847 return rootOf (newMipo); 845 848 } 849 #endif 846 850 847 851 void … … 1461 1465 #endif 1462 1466 1463 #if ndef HAVE_FLINT1467 #ifdef HAVE_NTL 1464 1468 long isReduced (const mat_zz_p& M) 1465 1469 { … … 1499 1503 #endif 1500 1504 1501 #ifdef HAVE_NTL // mat_zz_pE1505 #ifdef HAVE_NTL 1502 1506 long isReduced (const mat_zz_pE& M) 1503 1507 { … … 1518 1522 #endif 1519 1523 1520 #if ndef HAVE_FLINT1524 #ifdef HAVE_NTL 1521 1525 int * extractZeroOneVecs (const mat_zz_p& M) 1522 1526 { … … 1570 1574 #endif 1571 1575 1572 #ifdef HAVE_NTL // mat_zz_pE1576 #ifdef HAVE_NTL 1573 1577 int * extractZeroOneVecs (const mat_zz_pE& M) 1574 1578 { … … 1596 1600 #endif 1597 1601 1598 #ifdef HAVE_NTL // mat_zz_pE1602 #ifdef HAVE_NTL 1599 1603 void 1600 1604 reconstructionTry (CFList& reconstructedFactors, CanonicalForm& F, const CFList& … … 1680 1684 #endif 1681 1685 1682 #if ndef HAVE_FLINT1686 #ifdef HAVE_NTL 1683 1687 void 1684 1688 reconstructionTry (CFList& reconstructedFactors, CanonicalForm& F, const CFList& … … 1848 1852 #endif 1849 1853 1850 #ifdef HAVE_NTL //mat_zz_pE1854 #ifdef HAVE_NTL 1851 1855 CFList 1852 1856 reconstruction (CanonicalForm& G, CFList& factors, int* zeroOneVecs, int … … 1899 1903 #endif 1900 1904 1901 #ifdef HAVE_NTL // mat_zz_pE1905 #ifdef HAVE_NTL 1902 1906 CFList 1903 1907 monicReconstruction (CanonicalForm& G, CFList& factors, int* zeroOneVecs, … … 1952 1956 #endif 1953 1957 1954 #if ndef HAVE_FLINT1958 #ifdef HAVE_NTL 1955 1959 CFList 1956 1960 extReconstruction (CanonicalForm& G, CFList& factors, int* zeroOneVecs, int … … 2114 2118 #endif 2115 2119 2116 #if ndef HAVE_FLINT2120 #ifdef HAVE_NTL 2117 2121 CFList 2118 2122 reconstruction (CanonicalForm& G, CFList& factors, int* zeroOneVecs, … … 2216 2220 #endif 2217 2221 2218 #if ndef HAVE_FLINT2222 #ifdef HAVE_NTL 2219 2223 void 2220 2224 extReconstructionTry (CFList& reconstructedFactors, CanonicalForm& F, const … … 2476 2480 #endif 2477 2481 2478 #ifndef HAVE_FLINT 2479 #ifdef HAVE_NTL // logarithmicDerivative 2482 #ifdef HAVE_NTL 2480 2483 //over Fp 2481 2484 int … … 2600 2603 return l; 2601 2604 } 2602 #endif2603 2605 #endif 2604 2606 … … 2742 2744 #endif 2743 2745 2744 #ifndef HAVE_FLINT 2745 #ifdef HAVE_NTL //logarithmicDerivative 2746 #ifdef HAVE_NTL 2746 2747 //over field extension 2747 2748 int … … 2939 2940 return l; 2940 2941 } 2941 #endif2942 2942 #endif 2943 2943
Note: See TracChangeset
for help on using the changeset viewer.