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

Add support for complex symmetric and unsymetric matrices #9

Closed ianwilliamson closed 6 years ago

ianwilliamson commented 6 years ago

Adding support for complex symmetric mtype = 3 and complex unsymmetric mtype=13 matrices.

ianwilliamson commented 6 years ago

There's an error in some of the results that I'm seeing so let me investigate before reopening this.

haasad commented 6 years ago

Thanks a lot for this PR. Hope you find the reason for the errors, would be happy to integrate this! Never had a usecase for complex matrices, that's why I never took the time to include it.