Registered Member
|
Hello,
I have been through all EigenSolver documentation but I couldn't find which kind of algorithm was used to find eigenvalues and eigenvectors. Also will this solver work with a very big matrix (26000x26000) ? Or should I use the program you suggested in a post : http://code.google.com/p/redsvd/wiki/English ? Thank you Théo |
Registered Member
|
The algorithms are direct methods based on QR decompositions with shifts. There are multiple variants depending on whether the matrix is symmetric, selfadjoint or not. You can refer to Matrix Computations by Golub for details.
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]