Changeset 91bc52 in git for factory/facFactorize.h


Ignore:
Timestamp:
Jan 23, 2021, 5:13:36 PM (3 years ago)
Author:
Daniel Schultz <tthsqe12@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d854d7ee2faa25bc4e7476b6668602d7f4f39384
Parents:
35c6e2c47bae1f858ec6f4a0cdab911b80a1c383
git-author:
Daniel Schultz <tthsqe12@gmail.com>2021-01-23 17:13:36+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-01-26 11:36:58+01:00
Message:
add flint code for diophantineQa and fix convertFacCF2Fq_t
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFactorize.h

    r35c6e2c r91bc52  
    4343                const Variable& v           ///< [in] some algebraic variable
    4444               );
    45 #ifdef HAVE_NTL // ratBiSqrfFactorize
     45
     46#if defined(HAVE_NTL) || defined(HAVE_FLINT) // ratBiSqrfFactorize
    4647/// factorize a squarefree multivariate polynomial over \f$ Q(\alpha) \f$
    4748///
     
    6970#endif
    7071
    71 #ifdef HAVE_NTL // multiFactorize, henselLiftAndEarly, nonMonicHenselLift
     72#if defined(HAVE_NTL) || defined(HAVE_FLINT) // multiFactorize, henselLiftAndEarly, nonMonicHenselLift
    7273/// factorize a multivariate polynomial over \f$ Q(\alpha) \f$
    7374///
Note: See TracChangeset for help on using the changeset viewer.