You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m == n ||throw(DimensionMismatch("square input matrix expected"))
16
-
ishermitian(A; atol=_hermitian_tol(A, alg)) ||
17
-
throw(DomainError(A, "`eigh_$(context)!(A)` was called on a non-hermitian input matrix `A`. Try `eig_$(context)!(A)` or `eigh_$(context)(project_hermitian(A))` instead."))
16
+
ishermitian(A; atol, rtol) ||
17
+
throw(DomainError(A, "Hermitian matrix was expected. Use `project_hermitian` to project onto the nearest hermitian matrix."))
0 commit comments