opts.issym in eigs() - meaning
Ältere Kommentare anzeigen
Hello everyone,
I'm having trouble understanding the meaning of an option. In eigs(), one can set the option opts.issym, which by default is 0.
Am I right to understand, that using opts.issym=1 will tell Matlab that the matrix is symmetrical? If so, will this significantly increase the speed for large matrices or what effects does using this have?
Greetings
Ingo Bürk
1 Kommentar
Ingo
am 2 Jan. 2012
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 2 Jan. 2012
0 Stimmen
You get the 'la', 'sa', 'be' options for real symmetric.
I recall from my research last year that there are algorithms that depend upon the matrix being real and symmetric. I have not, however, checked out the references to figure out which algorithm is used.
1 Kommentar
Ingo
am 2 Jan. 2012
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!