Changes between Version 3 and Version 4 of Ticket #12545


Ignore:
Timestamp:
02/22/12 11:39:11 (15 months ago)
Author:
was
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12545 – Description

    v3 v4  
    11I (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).  
    22 
    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:   
     3CODE:  
     4 
     51. For those who want to collaborate on this, I'm trying to do my actual work on this ticket using github in this branch:   
    46 
    57     https://github.com/williamstein/sagelib/tree/lfun 
    68 
    7 Of course, using git is unnecessary... 
     92. Here is a flattened patch with everything that I will regularly update: 
     10 
     11    http://wstein.org/patches/trac_12545-cumulative.patch