Argh...
I recently used MATLAB's eigs to do exactly this. I had a dense matrix A
with dimensions m x n, where m >> n. I wanted the eigenvalues of A'A
(which
has dimensions m x m, which is too large to keep in memory). But I could
Make that AA'.
Cheers,
Albert