Changeset 87942fd in git
- Timestamp:
- Jan 8, 2014, 12:15:09 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 6f126899ec2cba1463bff65859c057e63af5986d
- Parents:
- 6163afd0618605c226ab4d88b9c081aa8a4d9b54
- git-author:
- Martin Lee <martinlee84@web.de>2014-01-08 12:15:09+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-01-20 16:45:04+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
r6163af r87942fd 1425 1425 } 1426 1426 1427 #ifndef HAVE_FLINT 1427 1428 long isReduced (const mat_zz_p& M) 1428 1429 { … … 1441 1442 return 1; 1442 1443 } 1444 #endif 1443 1445 1444 1446 #ifdef HAVE_FLINT … … 1478 1480 } 1479 1481 1482 #ifndef HAVE_FLINT 1480 1483 int * extractZeroOneVecs (const mat_zz_p& M) 1481 1484 { … … 1501 1504 return result; 1502 1505 } 1506 #endif 1503 1507 1504 1508 #ifdef HAVE_FLINT … … 1634 1638 } 1635 1639 1640 #ifndef HAVE_FLINT 1636 1641 void 1637 1642 reconstructionTry (CFList& reconstructedFactors, CanonicalForm& F, const CFList& … … 1715 1720 F= bufF (y+eval,y); 1716 1721 } 1722 #endif 1717 1723 1718 1724 #ifdef HAVE_FLINT … … 1900 1906 } 1901 1907 1908 #ifndef HAVE_FLINT 1902 1909 CFList 1903 1910 extReconstruction (CanonicalForm& G, CFList& factors, int* zeroOneVecs, int … … 1978 1985 return result; 1979 1986 } 1987 #endif 1980 1988 1981 1989 #ifdef HAVE_FLINT … … 2060 2068 #endif 2061 2069 2070 #ifndef HAVE_FLINT 2062 2071 CFList 2063 2072 reconstruction (CanonicalForm& G, CFList& factors, int* zeroOneVecs, … … 2108 2117 return result; 2109 2118 } 2119 #endif 2110 2120 2111 2121 #ifdef HAVE_FLINT … … 2160 2170 #endif 2161 2171 2172 #ifndef HAVE_FLINT 2162 2173 void 2163 2174 extReconstructionTry (CFList& reconstructedFactors, CanonicalForm& F, const … … 2287 2298 } 2288 2299 } 2300 #endif 2289 2301 2290 2302 #ifdef HAVE_FLINT … … 2418 2430 #endif 2419 2431 2432 #ifndef HAVE_FLINT 2420 2433 //over Fp 2421 2434 int … … 2540 2553 return l; 2541 2554 } 2555 #endif 2542 2556 2543 2557 #ifdef HAVE_FLINT … … 2678 2692 #endif 2679 2693 2694 #ifndef HAVE_FLINT 2680 2695 //over field extension 2681 2696 int … … 2873 2888 return l; 2874 2889 } 2890 #endif 2875 2891 2876 2892 #ifdef HAVE_FLINT … … 5976 5992 } 5977 5993 5994 #ifndef HAVE_FLINT 5978 5995 void 5979 5996 refineAndRestartLift (const CanonicalForm& F, const mat_zz_p& NTLN, int … … 6005 6022 henselLift12 (F, factors, l, Pi, diophant, M); 6006 6023 } 6024 #endif 6007 6025 6008 6026 #ifdef HAVE_FLINT
Note: See TracChangeset
for help on using the changeset viewer.