Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 392 Bytes

README.rst

File metadata and controls

11 lines (7 loc) · 392 Bytes

sppy

The aim of this project is to implement a fast sparse array library by wrapping the corresponding parts of Eigen in Python. The interface is similar to numpy so that existing code requires minimal change to work with sparse arrays. See http://packages.python.org/sppy/index.html for the documentation.

Changelog

Changes in version 0.4:

  • Added support for 1d arrays