Changeset 010a14 in git
- Timestamp:
- Jan 25, 2021, 4:24:49 PM (2 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- e0208dc5bee7afd80166dcd4c8631f1096d1749f
- Parents:
- dbb5d4a0121426033fedeabdf73eef215fa552a3
- git-author:
- Daniel Schultz <tthsqe12@gmail.com>2021-01-25 16:24:49+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-01-26 11:36:58+01:00
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorize.cc
rdbb5d4a r010a14 980 980 } 981 981 982 #if def HAVE_NTL// henselLift23982 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // henselLift23 983 983 CFList 984 984 henselLiftAndEarly (CanonicalForm& A, CFList& MOD, int*& liftBounds, bool& -
factory/facHensel.cc
rdbb5d4a r010a14 2934 2934 #endif 2935 2935 2936 #if def HAVE_NTL// nonMonicHenselLift232936 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // nonMonicHenselLift23 2937 2937 CFList 2938 2938 nonMonicHenselLift (const CFList& eval, const CFList& factors,
Note: See TracChangeset
for help on using the changeset viewer.