Differences between revisions 5 and 6
Revision 5 as of 2011-11-28 22:50:19
Size: 3410
Editor: nthiery
Comment:
Revision 6 as of 2011-11-29 10:15:11
Size: 3667
Editor: nthiery
Comment:
Deletions are marked like this. Additions are marked like this.
Line 59: Line 59:
Line 60: Line 61:
Line 85: Line 87:
  See also:

  - `Cython's web site http://cython.org/`_

  - `Cython's basic tutorial http://docs.cython.org/src/userguide/tutorial.html`_

  - `Sage with Cython tutorial http://sagemath.blogspot.com/2010/11/getting-started-with-cython.html`_

BLAD integration in Sage

This wiki page is about the integration of the Bibliothèques Lilloises d'Algèbre Différentielle in Sage.

It will in particular help organize the coding sprint on December 13th.

Here is a list of tasks; please sign in to the task you would want to participate to.

Before December 13th:

  • Have Sage 4.7.2 installed on everyone's laptop, together with the usual developers tools.

    Test: the following command (creating a new branch for blad's development within Sage) should work:

    sage -b blad

  • For those planning to do development: get acquainted with the version control system Mercurial.

    See: Mercurial Tutorial

  • For everyone: get acquainted with Sage's workflow, and in particular Sage's ticket server

  • Build/choose a couple examples, from trivial to complex, showing how libBLAD is to be called from C, and the equivalent call from Maple

    • François?
  • Choose a sample of calculations involving BLAD of increasing complexity that would be of interest in applications, and in particular in control theory

On December 13th:

BLAD (last edited 2011-11-30 09:33:46 by nthiery)