How can I get the (approximate) eigenvectors of a huge matrix?
이전 댓글 표시
I have a huge symmetric matrix M and I want to get the eigenvectors to the k smallest eigenvalues of M (which have to be greater than 0). I know that the smallest eigenvalue is 0.
Currently I am using
eigs(M,k,eps)
but this results in memory consumption of over 100GB of RAM.
답변 (2개)
Thorsten
2014년 12월 2일
0 개 추천
If M contains many 0's you can define M as a sparse matrix to speed up computation.
Andrew Knyazev
2015년 5월 15일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!