sparse matrix representation?

Patrick Tufts zippy at cs.brandeis.edu
Fri Oct 22 11:52:47 EDT 1999


I want to work with 50k x 50k matrices with mostly zeroes, so a hash
would be the efficient way to represent this.

Does the Python numerical library handle large sparse matrices as
hashes?

If not, is there a Python library that does?

--Pat




More information about the Python-list mailing list