Differences between revisions 7 and 8
Revision 7 as of 2009-06-21 12:23:08
Size: 1716
Editor: RobertMiller
Comment:
Revision 8 as of 2009-06-21 12:26:52
Size: 1985
Editor: RobertMiller
Comment:
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:

== Cliquer SPKG for Sage ==

PEOPLE: Robert Miller, Nathann Cohen (remotely)

 * [[http://trac.sagemath.org/sage_trac/ticket/6355|#6355]]
  * [[http://trac.sagemath.org/sage_trac/ticket/5793|#5793]]
  * [[http://trac.sagemath.org/sage_trac/ticket/5669|#5669]]

Sage Days 16 Project Idea Page

Create a Cython class for points on elliptic curves and optimize basic arithmetic

PEOPLE: William Stein

  • Right now basic arithmetic on elliptic curves is way too slow. It could be sped up by moving the point class to Cython, and possibly by using better formulas for arithmetic, e.g., using projective coordinates.

Create elliptic curve classes for elliptic curve models in the Explicit-Formulas Database

PEOPLE: David Kohel

  • In order to optimize and compare arithmetic, we should first implement alternative models and verify relative performance. The isomorphisms between different models should also be implemented, and classes for isogenies of these models developed, making use first of the new isogenies code, and eventually putting in place special optimized code for specific models.

See the EFD: http://www.hyperelliptic.org/EFD/

Rewrite abelian groups

PEOPLE: William Stein

  • It would be possible to use trac 5882 to rewrite abelian groups natively in Sage (not using GAP), in a way that is much more flexible than the current implementation. This could be useful for many number theory applications.

    More Details

Optimize/better document/generally improve graph theory library in Sage

PEOPLE: Robert Miller

  • Ticket #6085 contains a lot of work so that a graph created by Graph(implementation='c_graph') is just as functional as a Sage graph. I will be sporadically working on improving documentation and optimizing graphs all week, and anyone interested is welcome to join.

Cliquer SPKG for Sage

PEOPLE: Robert Miller, Nathann Cohen (remotely)

days16/projects (last edited 2009-06-27 14:41:17 by BurcinErocal)