PyMumps / pymumps

PyMUMPS: A parallel sparse direct solver
BSD 3-Clause "New" or "Revised" License
10 stars 8 forks source link

Transplant Mumpy code #2

Open jbweston opened 5 years ago

jbweston commented 5 years ago

Take the code from here: https://gitlab.kwant-project.org/kwant/mumpy and transplant it into this repo.

Most of the files are orthogonal, but we will need to take extra care with:

jbweston commented 5 years ago

Also, mumpy does not explicitly support Python 2 because it is end of life, how should we deal with this?