Click here to Skip to main content
15,922,574 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Im computing dimensioality reduction of a square matrix A using matlab,my issue now is that I have problem computing eigvalue decomposition of a 13000 x 13000 matrix A,ie
[v d]= eigs(A)
bcos there are a lot zeros(sparse), I get 'out of memory error' using a 4GB RAM,now Im convinced is not my pc problem, since the memory is not used up when eig(s) command is run. the help I saw online suggested I use ARPACK lib with C++/C. Please any solution is welcome
Posted

1 solution

Some days back i worked with open source linear algebra library LAPACK for single processor.Take a look on it.By the way There is another version of same library SCALAPACK for parallel processing system.I suggest these libraries.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900