PythonOptimizers / cysparse

Python/Cython library to replace PySparse
http://PythonOptimizers.github.io/cysparse
7 stars 3 forks source link

Get rid of numpy multiplication in sparse matrices #226

Closed ghost closed 8 years ago

ghost commented 8 years ago

This is really temporary and should be removed!!!

See matdot() methods in CSRSparseMatrix and CSCSparseMatrix.

ghost commented 8 years ago

Kept matdot version of CSRSparseMatrix. It is not optimized but better than the generic OpProxy to_ll().