Changeset b28747 in git for factory/facHensel.cc


Ignore:
Timestamp:
Jul 3, 2020, 10:35:16 AM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f3adf3a165dd0f173fe615a55624a41ff34bdddb
Parents:
a8d220bd457a894b0d527ebb1293c04e2d43bb2c
Message:
fix: factrory with or w/o NTL, FLINT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facHensel.cc

    ra8d220b rb28747  
    474474diophantine (const CanonicalForm& F, const CFList& factors);
    475475
     476#ifdef HAVE_NTL // diophantine
    476477CFList
    477478diophantineHensel (const CanonicalForm & F, const CFList& factors,
     
    563564  return result;
    564565}
     566#endif
    565567
    566568/// solve \f$ 1=\sum_{i=1}^n{\delta_{i} \prod_{j\neq i}{f_j}} \f$ mod \f$p^k\f$
Note: See TracChangeset for help on using the changeset viewer.