Changes between Version 3 and Version 4 of Ticket #12545
- Timestamp:
- 02/22/12 11:39:11 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12545 – Description
v3 v4 1 1 I (wstein) wrote code for psage that can compute p-adic L-series to low precision using the standard Riemann sums algorithm. This is only for the good ordinary case. The code is much faster than the existing "mostly pure python" code in Sage already. The point of this ticket is to port this code from psage to sage proper, improve the code a lot, and make it more general (e.g., support dimension > 1). 2 2 3 REMARK: For those who want to collaborate on this, I'm trying to do my actual work on this ticket using github in this branch: 3 CODE: 4 5 1. For those who want to collaborate on this, I'm trying to do my actual work on this ticket using github in this branch: 4 6 5 7 https://github.com/williamstein/sagelib/tree/lfun 6 8 7 Of course, using git is unnecessary... 9 2. Here is a flattened patch with everything that I will regularly update: 10 11 http://wstein.org/patches/trac_12545-cumulative.patch
