Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:rewdivisi2 [2010/11/08 21:33]
eapontep
software:rewdivisi2 [2010/11/16 10:57] (current)
eapontep
Line 17: Line 17:
     - This command will also install pysparse (in case you don't have it): <file bash>sudo pip install pysparse</file>     - This command will also install pysparse (in case you don't have it): <file bash>sudo pip install pysparse</file>
     - 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]]
 +
 +==== 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 ====
 +
 +
 +
 + --- //[[eapontep@uos.de|Eduardo Aponte]] 2010/11/16 10:38//
  
- --- //[[eapontep@uos.de|Eduardo Aponte]] 2010/11/02 12:30//