-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Fix eigvals(:::SymTridiagonal) with longer off-diagonal vector #40165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Note |
|
Appears we cannot merge due to test failurs |
stdlib/LinearAlgebra/src/lapack.jl
Outdated
| chkstride1(dv, ev) | ||
| n = length(dv) | ||
| if length(ev) != n - 1 && length(ev) != n | ||
| if length(ev) != n - 1 || length(ev) != n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the && was correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah sorry
|
The previous issue was that julia/stdlib/LinearAlgebra/test/lapack.jl Line 410 in 8218480
no longer threw a |
This reverts commit 5c40476.
…ang#40165) * Fix eigvals(:::SymTridagonal) with longer off-diagonal vector * Update tridiag.jl * Update lapack.jl * Revert "Update lapack.jl" This reverts commit 5c40476. * Update lapack.jl
…ang#40165) * Fix eigvals(:::SymTridagonal) with longer off-diagonal vector * Update tridiag.jl * Update lapack.jl * Revert "Update lapack.jl" This reverts commit 5c40476. * Update lapack.jl
(cherry picked from commit 5b7f4c5)
(cherry picked from commit 5b7f4c5)
…ang#40165) * Fix eigvals(:::SymTridagonal) with longer off-diagonal vector * Update tridiag.jl * Update lapack.jl * Revert "Update lapack.jl" This reverts commit 5c40476. * Update lapack.jl
(cherry picked from commit 5b7f4c5)
This resolves #40154