yig / PySPQR

Python wrapper for the sparse QR decomposition in SuiteSparseQR.
Creative Commons Zero v1.0 Universal
34 stars 27 forks source link

Support complex matrices #8

Open kburns opened 6 years ago

kburns commented 6 years ago

It looks like this package may currently just wrap the factorization and solve routines for real-valued matrices (is this right?). It would be great if it could be extended to also support factorizing and solving complex-valued matrices, as well.

yig commented 6 years ago

You are correct. I don't really use complex matrices, so I didn't implement support. Feel free to submit a pull request.