Take advantage of Hermitian matrices with eigs
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Stephen Becker
am 11 Jan. 2013
Beantwortet: Andrew Knyazev
am 15 Mai 2015
I want to use "eigs" on a Hermitian matrix. If I have a symmetric matrix, I can tell "eigs" that it is symmetric (and real) and it will take advantage of this. But if it is Hermitian, it seems "eigs" does not exploit this information (and it definitely should be able to, since we know the eigenvalues are real, for example). Is this due to a limitation in ARPACK (which I think is the underlying solver), or a limitation with Matlab's wrapper? Any work-arounds?
0 Kommentare
Akzeptierte Antwort
Andrew Knyazev
am 15 Mai 2015
You need to be more specific. Also, try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!