Changeset 7032db in git for factory/facFactorize.cc
- Timestamp:
- Jul 4, 2020, 1:57:00 PM (3 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 89005e409e564feafbec751f5c65109638c47368d78356197b75c5a7efd1896ede6a66356bbb6d94
- Parents:
- cbdf0e507d7f2e431e05eeee9c7e8a7437d2c9c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFactorize.cc
rcbdf0e r7032db 45 45 TIMING_DEFINE_PRINT(fac_compress) 46 46 47 #ifdef HAVE_NTL48 47 CFList evalPoints (const CanonicalForm& F, CFList& eval, Evaluation& E) 49 48 { … … 154 153 } 155 154 155 #ifdef HAVE_NTL // ratBiSqrfFactorize 156 156 void 157 157 factorizationWRTDifferentSecondVars (const CanonicalForm& A, CFList*& Aeval, … … 190 190 } 191 191 } 192 192 #endif 193 194 #ifdef HAVE_NTL // ratBiSqrfFactorize 193 195 CFList 194 196 multiFactorize (const CanonicalForm& F, const Variable& v) … … 829 831 return factors; 830 832 } 831 832 833 #endif
Note: See TracChangeset
for help on using the changeset viewer.