[SciPy-Dev] Matrices format

Grégoire Pichon gpichon at enseirb.fr
Mon Jun 24 15:14:52 EDT 2013


Hello,

I am working on a software using different matrices formats and i use scipy
in order to compare my results.
I succeed in using the matrix market format (.mtx) but not the matrix
market format "bis" (.ijv). The first one is for complex matrices although
the second one is for real matrices.
I used scipy.io.mmread() in order to read the matrix but this function
cannot be used to read real matrices. For that, i had to modify the initial
function (in fact, adding 1 to some values).
Do you know any way to read those matrices in Python? Should i share my
extensions of scipy.io?

Yours sincelery

Grégoire Pichon, french student in computer science
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20130624/d38e1a00/attachment.html>


More information about the SciPy-Dev mailing list