Looking at the source code, it seems that it explicitly checks for the real-symmetric case, but doesn't do anything for the analogous complex-Hermitian case. Is this a limitation of the underlying ARPACK library?
|
sym = !iscmplx && issymmetric(A) && issymmetric(B) |
Looking at the source code, it seems that it explicitly checks for the real-symmetric case, but doesn't do anything for the analogous complex-Hermitian case. Is this a limitation of the underlying ARPACK library?
Arpack.jl/src/Arpack.jl
Line 86 in 5b4ee3c