Changeset d854d7 in git


Ignore:
Timestamp:
Jan 25, 2021, 12:13:18 PM (2 years ago)
Author:
Daniel Schultz <tthsqe12@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
2878a046d5555175d71be156a25862c2ab64dc1f
Parents:
91bc522a482282a6f454e23d7b56246918b2d9e2
git-author:
Daniel Schultz <tthsqe12@gmail.com>2021-01-25 12:13:18+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-01-26 11:36:58+01:00
Message:
get multiFactorize working for Qa
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFactorize.cc

    r91bc52 rd854d7  
    154154
    155155
    156 #ifdef HAVE_NTL // ratBiSqrfFactorize
     156#if defined(HAVE_NTL) || defined(HAVE_FLINT) // ratBiSqrfFactorize
    157157void
    158158factorizationWRTDifferentSecondVars (const CanonicalForm& A, CFList*& Aeval,
     
    193193#endif
    194194
    195 #ifdef HAVE_NTL // precomputeLeadingCoeff,
     195#if defined(HAVE_NTL) || defined(HAVE_FLINT) // precomputeLeadingCoeff,
    196196// henselLiftAndEarly, nonMonicHenselLift
    197197CFList
Note: See TracChangeset for help on using the changeset viewer.