Changeset a4240a2 in git
- Timestamp:
- Jan 25, 2021, 3:38:46 PM (2 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- dbb5d4a0121426033fedeabdf73eef215fa552a3
- Parents:
- 2878a046d5555175d71be156a25862c2ab64dc1f
- git-author:
- Daniel Schultz <tthsqe12@gmail.com>2021-01-25 15:38:46+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-01-26 11:36:58+01:00
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorize.cc
r2878a0 ra4240a2 1474 1474 } 1475 1475 1476 #if def HAVE_NTL// nonMonicHenselLift121476 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // nonMonicHenselLift12 1477 1477 CFList 1478 1478 precomputeLeadingCoeff (const CanonicalForm& LCF, const CFList& LCFFactors, -
factory/facHensel.cc
r2878a0 ra4240a2 1359 1359 } 1360 1360 1361 #if def HAVE_NTL// diophantine1361 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // diophantine 1362 1362 CFList 1363 1363 biDiophantine (const CanonicalForm& F, const CFList& factors, int d) … … 1775 1775 } 1776 1776 1777 #if def HAVE_NTL// biDiophantine1777 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // biDiophantine 1778 1778 CFList 1779 1779 henselLift23 (const CFList& eval, const CFList& factors, int* l, CFList& … … 1884 1884 } 1885 1885 1886 #if def HAVE_NTL// henselLift231886 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // henselLift23 1887 1887 CFList 1888 1888 henselLift (const CFList& eval, const CFList& factors, int* l, int lLength, … … 2144 2144 } 2145 2145 2146 #if def HAVE_NTL// diophantine2146 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // diophantine 2147 2147 void 2148 2148 nonMonicHenselLift12 (const CanonicalForm& F, CFList& factors, int l, … … 2303 2303 } 2304 2304 2305 #if def HAVE_NTL// diophantine2305 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // diophantine 2306 2306 void 2307 2307 nonMonicHenselStep (const CanonicalForm& F, const CFList& factors, … … 2558 2558 } 2559 2559 2560 #if def HAVE_NTL// nonMonicHenselStep2560 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // nonMonicHenselStep 2561 2561 CFList 2562 2562 nonMonicHenselLift232(const CFList& eval, const CFList& factors, int* l, CFList& … … 2622 2622 #endif 2623 2623 2624 #if def HAVE_NTL// nonMonicHenselStep2624 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // nonMonicHenselStep 2625 2625 CFList 2626 2626 nonMonicHenselLift2 (const CFList& F, const CFList& factors, const CFList& MOD, … … 2687 2687 #endif 2688 2688 2689 #if def HAVE_NTL// nonMonicHenselStep2689 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // nonMonicHenselStep 2690 2690 CFList 2691 2691 nonMonicHenselLift2 (const CFList& eval, const CFList& factors, int* l, int … … 2741 2741 #endif 2742 2742 2743 #if def HAVE_NTL// diophantine2743 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // diophantine 2744 2744 CFList 2745 2745 nonMonicHenselLift23 (const CanonicalForm& F, const CFList& factors, const … … 2845 2845 #endif 2846 2846 2847 #if def HAVE_NTL// nonMonicHenselStep2847 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // nonMonicHenselStep 2848 2848 CFList 2849 2849 nonMonicHenselLift (const CFList& F, const CFList& factors, const CFList& LCs,
Note: See TracChangeset
for help on using the changeset viewer.