kasme1
Computer
- Jul 12, 2011
- 3
I have been trying to compute the eig decomposition of 13000 x 13000 sparse matrix D using matlab command eigs (single (D)), but I get 'out of error' although memory wasn't fully utilized (with a 4GB RAM) , the help I saw online suggested using numerical methods like ARPACK (Fotran77 software) or ARPACK++ (associated with C/C++), I have no knowledge on how to use this software. Please any detailed tips are welcome. Thanks