-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: sparse.linalg: mistake in unsymm. real shift-invert ARPACK eigen…
…value selection For real-valued unsymmetric problems, ARPACK can in some cases return one extra eigenvalue. The code that drops the extraneous eigenvalue did not take into account that in shift-invert mode, the which= keyword applies to the *transformed* eigenvalues, and dropped sometimes the wrong eigenvalue. Moreover, fix sort order in this case for 'LM', 'LR', 'LI' modes (largest items come first).
- Loading branch information
1 parent
119bf01
commit be5fe99
Showing
2 changed files
with
54 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters