Skip to content

Commit

Permalink
Remove redundant and wrong definition of sf in test/symmetriceigen.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindh-krishnamoorthy committed Dec 6, 2023
1 parent 7f01d12 commit 485756d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/LinearAlgebra/test/symmetriceigen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ end
A = complex.(randn(N,N),randn(N,N))
B = complex.(randn(N,N),randn(N,N))
BH = (B+B')/2
sf = x->(real(x),imag(x))
# eigen
e0 = eigvals(A,BH; sortby=sf)
e,v = eigen(A,bunchkaufman(Hermitian(BH,:L)); sortby=sf)
Expand Down

0 comments on commit 485756d

Please sign in to comment.