opencollab / arpack-ng

Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.
Other
290 stars 124 forks source link

Fix arpack solver #468

Closed fghoussen closed 2 months ago

fghoussen commented 2 months ago

Pull request purpose

Fixing limitations of arpack solver: in connection with #465

fghoussen commented 2 months ago

@sylvestre: long story short, I had to change the API of the arpack solver and python binding based on it. New (major?) release?

sylvestre commented 1 month ago

I had to change the API of the arpack solver and python binding based on it.

why ? just in the C++ or the fortran too?

fghoussen commented 1 month ago

why ?

To fix problems related to the way tolerances are used.

just in the C++ or the fortran too?

C++ et python only. N ot C neither fortran.