mikeph
- 1,229
- 18
A is pretty large (and sparse). I'd really like to be able to calculate this, using less RAM.
The discussion focuses on optimizing memory usage when calculating the eigenvalues of a large sparse matrix A using MATLAB. Key strategies include utilizing MATLAB's sparse matrix functionality, setting a variable to A'*A before clearing A, and executing MATLAB scripts with the "-nojvm" option to reduce memory overhead. Additionally, participants recommend ensuring the use of a 64-bit operating system and MATLAB version to handle larger datasets effectively.
PREREQUISITESData scientists, mathematicians, and engineers working with large sparse matrices in MATLAB, particularly those looking to optimize memory usage during eigenvalue calculations.