We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d5d1a commit 7aaf5d2Copy full SHA for 7aaf5d2
1 file changed
src/implementations/eigh.jl
@@ -19,7 +19,7 @@ function check_hermitian(A; atol::Real = default_hermitian_tol(A), rtol::Real =
19
end
20
21
function check_input(::typeof(eigh_full!), A::AbstractMatrix, DV, alg::AbstractAlgorithm)
22
- #check_hermitian(A, alg)
+ check_hermitian(A, alg)
23
D, V = DV
24
m = size(A, 1)
25
@assert D isa Diagonal && V isa AbstractMatrix
0 commit comments