Closed loganbvh closed 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).
Thanks!
Thank you a lot @loganbvh for the PR, I'll make a new release shortly
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).