Differences between revisions 2 and 3
Revision 2 as of 2008-07-23 23:44:20
Size: 726
Editor: cswiercz
Comment:
Revision 3 as of 2008-07-23 23:45:54
Size: 826
Editor: cswiercz
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
The following is a missing piece of documentation for adding new <tt>.pyx<\tt> to the ''Sage'' library: See 5.2 of the Programming Documentation The following is a missing piece of documentation for adding new <tt>.pyx</tt> to the ''Sage'' library: See [http://www.sagemath.org/doc/html/prog/node40.html 5.2] of the [http://www.sagemath.org/doc/html/prog/prog.html Sage Programming Guide].

Chris Swierczewski

Email: MailTo(cswiercz AT SPAMFREE gmail DOT com)

The following is a missing piece of documentation for adding new <tt>.pyx</tt> to the Sage library: See [http://www.sagemath.org/doc/html/prog/node40.html 5.2] of the [http://www.sagemath.org/doc/html/prog/prog.html Sage Programming Guide].

Writing Optimized Compiled Code with Sage

Examples

Creating .pyx Files in the Sage Library

Suppose you want a more permanent way of including your optimized Cython code in Sage. Perhaps you want to contribute to the Sage project? This guide will show you how to create a simple Cython module and then link it to the Sage library so that your code will appear in future versions of Sage.


cswiercz (last edited 2008-11-14 13:42:07 by anonymous)