Hi all! Can anyone point me to any kind documentation for the scipy.sparse modules? Or I'd better explore it? cheers
Curzio Basso wrote:
Hi all!
Can anyone point me to any kind documentation for the scipy.sparse modules? Or I'd better explore it? cheers
The sparse support is pretty new and is not yet well documented. You would be best exploring the source (be prepared to find some little bugs). -Travis
Travis Oliphant wrote:
The sparse support is pretty new and is not yet well documented. You would be best exploring the source (be prepared to find some little bugs).
Thanks for the answer. At the end, however, I preferred to write a small wrapper for the UMFPACK library. bye
Curzio Basso wrote:
Travis Oliphant wrote:
The sparse support is pretty new and is not yet well documented. You would be best exploring the source (be prepared to find some little bugs).
Thanks for the answer. At the end, however, I preferred to write a small wrapper for the UMFPACK library.
There are several who have done that (including me) and it was also part of SciPy for a time. SciPy currently uses SuperLU for it's sparse matrix inverse capability. -Travis
participants (2)
-
Curzio Basso -
Travis Oliphant