Changeset 6163af in git


Ignore:
Timestamp:
Jan 8, 2014, 11:44:02 AM (10 years ago)
Author:
Martin Lee <martinlee84@…>
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
Message:
chg: disable functions if FLINT is around
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facMul.cc

    r19d0392 r6163af  
    5757                const Variable& alpha, const CanonicalForm& den)
    5858{
    59 
    6059  CanonicalForm result= 0;
    6160  int i= 0;
     
    22162215#endif
    22172216
     2217#ifndef HAVE_FLINT
    22182218zz_pX kronSubFp (const CanonicalForm& A, int d)
    22192219{
     
    22452245  return result;
    22462246}
    2247 
     2247#endif
     2248
     2249#if (!(HAVE_FLINT && __FLINT_VERSION_MINOR >= 4))
    22482250zz_pEX kronSubFq (const CanonicalForm& A, int d, const Variable& alpha)
    22492251{
     
    23242326  subA2.normalize();
    23252327}
    2326 
     2328#endif
     2329
     2330#ifndef HAVE_FLINT
    23272331void
    23282332kronSubReciproFp (zz_pX& subA1, zz_pX& subA2, const CanonicalForm& A, int d)
     
    23572361  subA2.normalize();
    23582362}
    2359 
     2363#endif
     2364
     2365#if (!(HAVE_FLINT && __FLINT_VERSION_MINOR >= 4))
    23602366CanonicalForm
    23612367reverseSubstReciproFq (const zz_pEX& F, const zz_pEX& G, int d, int k,
     
    24692475  return result;
    24702476}
    2471 
     2477#endif
     2478
     2479#ifndef HAVE_FLINT
    24722480CanonicalForm
    24732481reverseSubstReciproFp (const zz_pX& F, const zz_pX& G, int d, int k)
     
    25812589  return result;
    25822590}
    2583 
     2591#endif
     2592
     2593#if (!(HAVE_FLINT && __FLINT_VERSION_MINOR >= 4))
    25842594CanonicalForm reverseSubstFq (const zz_pEX& F, int d, const Variable& alpha)
    25852595{
     
    26182628  return result;
    26192629}
    2620 
     2630#endif
     2631
     2632#ifndef HAVE_FLINT
    26212633CanonicalForm reverseSubstFp (const zz_pX& F, int d)
    26222634{
     
    27162728  return A;
    27172729}
    2718 
     2730#endif
     2731
     2732#if (!(HAVE_FLINT && __FLINT_VERSION_MINOR >= 4))
    27192733// assumes input to be reduced mod M and to be an element of Fq not Fp
    27202734CanonicalForm
     
    27482762  return reverseSubstReciproFq (F1, F2, d1, d2, alpha);
    27492763}
     2764#endif
    27502765
    27512766#ifdef HAVE_FLINT
Note: See TracChangeset for help on using the changeset viewer.