⇤ ← Revision 1 as of 2008-06-20 20:56:35
Size: 496
Comment:
|
Size: 545
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
=== Opted out of silly segway jokes, etc. === |
Things I did at Sage Dev Days
Sparse Matrix Reduction
Greg Bard and I used the new compiled digraphs to implement a preprocessing algorithm for sparse matrix reduction. The idea is to choose pivots in an order which minimize the damage (i.e. keep the matrix as sparse as possible for as long as possible).
Compiled Graph Backends
The new Cython graphs are now available as backends for Sage graphs. This involves speedups from 5-80 times for simple operations.