Changeset 6163af in git
- Timestamp:
- Jan 8, 2014, 11:44:02 AM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 87942fd98aaf19570db9520c70e619cdd51074aa
- Parents:
- 19d0392ef4bad82b137011155ce948100d8693cf
- git-author:
- Martin Lee <martinlee84@web.de>2014-01-08 11:44:02+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/facMul.cc
r19d0392 r6163af 57 57 const Variable& alpha, const CanonicalForm& den) 58 58 { 59 60 59 CanonicalForm result= 0; 61 60 int i= 0; … … 2216 2215 #endif 2217 2216 2217 #ifndef HAVE_FLINT 2218 2218 zz_pX kronSubFp (const CanonicalForm& A, int d) 2219 2219 { … … 2245 2245 return result; 2246 2246 } 2247 2247 #endif 2248 2249 #if (!(HAVE_FLINT && __FLINT_VERSION_MINOR >= 4)) 2248 2250 zz_pEX kronSubFq (const CanonicalForm& A, int d, const Variable& alpha) 2249 2251 { … … 2324 2326 subA2.normalize(); 2325 2327 } 2326 2328 #endif 2329 2330 #ifndef HAVE_FLINT 2327 2331 void 2328 2332 kronSubReciproFp (zz_pX& subA1, zz_pX& subA2, const CanonicalForm& A, int d) … … 2357 2361 subA2.normalize(); 2358 2362 } 2359 2363 #endif 2364 2365 #if (!(HAVE_FLINT && __FLINT_VERSION_MINOR >= 4)) 2360 2366 CanonicalForm 2361 2367 reverseSubstReciproFq (const zz_pEX& F, const zz_pEX& G, int d, int k, … … 2469 2475 return result; 2470 2476 } 2471 2477 #endif 2478 2479 #ifndef HAVE_FLINT 2472 2480 CanonicalForm 2473 2481 reverseSubstReciproFp (const zz_pX& F, const zz_pX& G, int d, int k) … … 2581 2589 return result; 2582 2590 } 2583 2591 #endif 2592 2593 #if (!(HAVE_FLINT && __FLINT_VERSION_MINOR >= 4)) 2584 2594 CanonicalForm reverseSubstFq (const zz_pEX& F, int d, const Variable& alpha) 2585 2595 { … … 2618 2628 return result; 2619 2629 } 2620 2630 #endif 2631 2632 #ifndef HAVE_FLINT 2621 2633 CanonicalForm reverseSubstFp (const zz_pX& F, int d) 2622 2634 { … … 2716 2728 return A; 2717 2729 } 2718 2730 #endif 2731 2732 #if (!(HAVE_FLINT && __FLINT_VERSION_MINOR >= 4)) 2719 2733 // assumes input to be reduced mod M and to be an element of Fq not Fp 2720 2734 CanonicalForm … … 2748 2762 return reverseSubstReciproFq (F1, F2, d1, d2, alpha); 2749 2763 } 2764 #endif 2750 2765 2751 2766 #ifdef HAVE_FLINT
Note: See TracChangeset
for help on using the changeset viewer.