Changeset d854d7 in git
- Timestamp:
- Jan 25, 2021, 12:13:18 PM (2 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFactorize.cc
r91bc52 rd854d7 154 154 155 155 156 #if def HAVE_NTL// ratBiSqrfFactorize156 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // ratBiSqrfFactorize 157 157 void 158 158 factorizationWRTDifferentSecondVars (const CanonicalForm& A, CFList*& Aeval, … … 193 193 #endif 194 194 195 #if def HAVE_NTL// precomputeLeadingCoeff,195 #if defined(HAVE_NTL) || defined(HAVE_FLINT) // precomputeLeadingCoeff, 196 196 // henselLiftAndEarly, nonMonicHenselLift 197 197 CFList
Note: See TracChangeset
for help on using the changeset viewer.