haasad / PyPardiso

Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations
BSD 3-Clause "New" or "Revised" License
135 stars 20 forks source link

Allow scipy.sparse.sparray inputs #68

Closed loganbvh closed 8 months ago

loganbvh commented 8 months ago

Hi, I've opened a PR (https://github.com/haasad/PyPardiso/pull/67) that will allow inputs to PyPardiso to be of type scipy.sparse.spmatrix or scipy.sparse.sparray. scipy.sparse.sparray is recommended by scipy for new projects (see note here).

loganbvh commented 8 months ago

Thanks!

haasad commented 8 months ago

Thank you a lot @loganbvh for the PR, I'll make a new release shortly