Changeset 87942fd in git


Ignore:
Timestamp:
Jan 8, 2014, 12:15:09 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
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
Message:
chg: disable code if FLINT is around
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    r6163af r87942fd  
    14251425}
    14261426
     1427#ifndef HAVE_FLINT
    14271428long isReduced (const mat_zz_p& M)
    14281429{
     
    14411442  return 1;
    14421443}
     1444#endif
    14431445
    14441446#ifdef HAVE_FLINT
     
    14781480}
    14791481
     1482#ifndef HAVE_FLINT
    14801483int * extractZeroOneVecs (const mat_zz_p& M)
    14811484{
     
    15011504  return result;
    15021505}
     1506#endif
    15031507
    15041508#ifdef HAVE_FLINT
     
    16341638}
    16351639
     1640#ifndef HAVE_FLINT
    16361641void
    16371642reconstructionTry (CFList& reconstructedFactors, CanonicalForm& F, const CFList&
     
    17151720    F= bufF (y+eval,y);
    17161721}
     1722#endif
    17171723
    17181724#ifdef HAVE_FLINT
     
    19001906}
    19011907
     1908#ifndef HAVE_FLINT
    19021909CFList
    19031910extReconstruction (CanonicalForm& G, CFList& factors, int* zeroOneVecs, int
     
    19781985  return result;
    19791986}
     1987#endif
    19801988
    19811989#ifdef HAVE_FLINT
     
    20602068#endif
    20612069
     2070#ifndef HAVE_FLINT
    20622071CFList
    20632072reconstruction (CanonicalForm& G, CFList& factors, int* zeroOneVecs,
     
    21082117  return result;
    21092118}
     2119#endif
    21102120
    21112121#ifdef HAVE_FLINT
     
    21602170#endif
    21612171
     2172#ifndef HAVE_FLINT
    21622173void
    21632174extReconstructionTry (CFList& reconstructedFactors, CanonicalForm& F, const
     
    22872298  }
    22882299}
     2300#endif
    22892301
    22902302#ifdef HAVE_FLINT
     
    24182430#endif
    24192431
     2432#ifndef HAVE_FLINT
    24202433//over Fp
    24212434int
     
    25402553  return l;
    25412554}
     2555#endif
    25422556
    25432557#ifdef HAVE_FLINT
     
    26782692#endif
    26792693
     2694#ifndef HAVE_FLINT
    26802695//over field extension
    26812696int
     
    28732888  return l;
    28742889}
     2890#endif
    28752891
    28762892#ifdef HAVE_FLINT
     
    59765992}
    59775993
     5994#ifndef HAVE_FLINT
    59785995void
    59795996refineAndRestartLift (const CanonicalForm& F, const mat_zz_p& NTLN, int
     
    60056022  henselLift12 (F, factors, l, Pi, diophant, M);
    60066023}
     6024#endif
    60076025
    60086026#ifdef HAVE_FLINT
Note: See TracChangeset for help on using the changeset viewer.