m-reuter / arpackpp

Arpack++ with patches (C++ interface to ARPACK)
Other
61 stars 26 forks source link

Wrong method signatures #1

Closed wo80 closed 9 years ago

wo80 commented 9 years ago

I think some of the method signatures for calling the SuperLU routines are wrong. Please take a look at my commit: https://github.com/wo80/arpackpp/commit/2635daa791b15aad5a6aa9209e6a28f35cc9068b

I'll create a pull request, if you confirm.

m-reuter commented 9 years ago

Hi. Looked at your recent update (for SuperLU 5.0) and it works nicely. I think we should update to that. Thanks