Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
software:rewdivisi2 [2010/11/08 22:01]
eapontep
software:rewdivisi2 [2010/11/16 10:57]
eapontep
Line 18: Line 18:
     - Now install **Divisi2**<file bash>sudo pip install divisi2 csc-pysparse</file>     - Now install **Divisi2**<file bash>sudo pip install divisi2 csc-pysparse</file>
   * For a further tutorial using [[http://csc.media.mit.edu/docs/divisi2/intro.html|Divisi2]]   * For a further tutorial using [[http://csc.media.mit.edu/docs/divisi2/intro.html|Divisi2]]
 +
 +==== Technical Issues =====
 +
 +  * Divisi2 utilizes Pysparce by means of a classes called SparseMatrix- Pysparce is can be seen as an extension of Numpy. It supports three formats for saving sparse matrices:
 +    - Linked-list format
 +    - Compressed sparse row format 
 +    - Sparse Skyline format
 +
  
 ==== Testing ==== ==== Testing ====
Line 23: Line 31:
  
  
- --- //[[eapontep@uos.de|Eduardo Aponte]] 2010/11/02 12:30//+ --- //[[eapontep@uos.de|Eduardo Aponte]] 2010/11/16 10:38//