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!