From: Xin Xin on
Hi,

I have a large dense matrix 30,000x30,000 stored in a text file(~ 10 G in size), and I want to load it into memory. After finding out all the eigenvalues and eigenvectors using eig, I want to print the eigenvalue and eigenvector to another text file.

Since the memory is limited for a single core, I want to use parallel package, could someone help me out?

many thanks