Stream: helpdesk (published)

Topic: Hermitian tridiagonal arrays


view this post on Zulip Mason Protter (Apr 26 2023 at 20:04):

Do we have any eigensolvers laying around that are specialized for hermitian tridiagonal arrays?

view this post on Zulip Mason Protter (Apr 26 2023 at 20:05):

We have eigen(::SymTridiagonal) but SymTridiagonal only seems to support being symmetric but not Hermitian which is a really weird choice because symmetric, non-hermitian matrices are quite rare in linear algebra


Last updated: Oct 02 2023 at 04:34 UTC