sparse matrix representation?

Ionel Simionescu ionel at psy.uva.nl
Sat Oct 23 10:30:21 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.

I do not see why and how. Would you like to elaborate?

|
| Does the Python numerical library handle large sparse matrices ?

Not right now.
However, I use Numeric's arrays to represent sparse matrices and it works
fine, at least for rather simple computations.


ionel






More information about the Python-list mailing list