Closed fghoussen closed 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?
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?
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.
Pull request purpose
Fixing limitations of arpack solver: in connection with #465