2
I Use This!
Inactive

Ratings and Reviews

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
Community Rating
4.5
   

Average Rating:   4.5/5.0
Number of Ratings:   2
Number of Reviews:   1

My Review of PySparse - Python Sparse Matrix Library

You have not rated or reviewed this project.
Click below to rate/review.
My Rating:
0
 
 New Review

Most Helpful Reviews

Martin M... says:
Sparse library for large matrice...  
4.0
   
written over 14 years ago

PySparse is a sparse matrix library for Python. It supports 2D matrices

In comparison with scipy, it provides better performance for matrices that are larger than 10**6 rows/columns. In a short test, setting, accessing and changing values is faster than that of any scipy sparse matrix data type.

In order to access all the matrix methods,
pysparse.pysparseMatrix
has to be used. The other matrix data types are incomplete or deprecated.

Documentation of the methods is sparse as well.

pysparse can be considered a good choice for working with sparse matrices in Python.

Did this review help you? |

Most Recent Reviews

Martin M... says:
Sparse library for large matrice...  
4.0
   
written over 14 years ago

PySparse is a sparse matrix library for Python. It supports 2D matrices

In comparison with scipy, it provides better performance for matrices that are larger than 10**6 rows/columns. In a short test, setting, accessing and changing values is faster than that of any scipy sparse matrix data type.

In order to access all the matrix methods,
pysparse.pysparseMatrix
has to be used. The other matrix data types are incomplete or deprecated.

Documentation of the methods is sparse as well.

pysparse can be considered a good choice for working with sparse matrices in Python.

Did this review help you? |