Changes between Version 7 and Version 8 of Ticket #23952
- Timestamp:
- 12/20/19 17:32:27 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23952
- Property Keywords hypergeometric motives added; sd91 removed
-
Property
Milestone
changed from
sage-8.2
tosage-9.1
-
Ticket #23952 – Description
v7 v8 3 3 - Euler factors at tame and wild primes. 4 4 - Optimizations to speed up `padic_H_value`. Some occur at #24433 (cache coefficients of the Dwork exponential series) and #28458 (eliminate redundant Gauss sum calls). 5 - Recode the computation of Gauss sums and/or the hypergeometric trace formula in Cython. 5 - Recode the computation of Gauss sums and/or the hypergeometric trace formula in Cython. (See #28902.) 6 6 - Speed up possible_hypergeometric_data for fixed weight. (See #23953 for one step: returning an iterator instead of a list.) 7 7 - Add the computation of the Frobenius structure on the hypergeometric equation, which can be more efficient than the trace formula when the degree is large.