Skip to content

Conversation

@dlfivefifty
Copy link
Contributor

This resolves #40154

@dlfivefifty
Copy link
Contributor Author

Note eigen was already fixed here: dlfivefifty@ad523d5

@dkarrasch dkarrasch added the linear algebra Linear algebra label Mar 24, 2021
@dkarrasch dkarrasch added the merge me PR is reviewed. Merge when all tests are passing label Mar 24, 2021
@vtjnash vtjnash removed the merge me PR is reviewed. Merge when all tests are passing label Apr 2, 2021
@vtjnash
Copy link
Member

vtjnash commented Apr 2, 2021

Appears we cannot merge due to test failurs

chkstride1(dv, ev)
n = length(dv)
if length(ev) != n - 1 && length(ev) != n
if length(ev) != n - 1 || length(ev) != n
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah sorry

@dkarrasch
Copy link
Member

The previous issue was that

@test_throws DimensionMismatch LAPACK.stev!('U',d,rand(elty,10))

no longer threw a DimensionMismatch error, so the 10 should be replaced by 11, or the test removed entirely.

@andreasnoack andreasnoack merged commit 5b7f4c5 into JuliaLang:master Apr 11, 2021
@dkarrasch dkarrasch changed the title Fix eigvals(:::SymTridagonal) with longer off-diagonal vector Fix eigvals(:::SymTridiagonal) with longer off-diagonal vector Apr 19, 2021
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
…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
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
…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
@KristofferC KristofferC added the backport 1.6 Change should be backported to release-1.6 label Jun 11, 2021
KristofferC pushed a commit that referenced this pull request Jun 11, 2021
KristofferC pushed a commit that referenced this pull request Jun 11, 2021
johanmon pushed a commit to johanmon/julia that referenced this pull request Jul 5, 2021
…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
@KristofferC KristofferC mentioned this pull request Jul 12, 2021
75 tasks
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Jul 12, 2021
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

linear algebra Linear algebra

Projects

None yet

Development

Successfully merging this pull request may close these issues.

eigvals(::SymTridiagonal) errors if off-diagonal has wrong length

5 participants