Eigenvector extraction
- From: "Fijoy George" <tofijoy@xxxxxxxxxxx>
- Date: Sat, 17 Sep 2005 17:07:18 -0500
Hi all,
I am trying to extract the eigenvectors corresponding to the k smallest
magnitude eigenvalues of a large and sparse matrix (~ 50000x50000) for some
k. Currently I am using the eigs() function in MATLAB which in turn calls
ARPACK routines. However, since memory can hold only a limited number of
eigenvectors simultaneously, I am not able to increase k beyond a certain
value.
Anyone encountereed this problem before? Is there a solution to this
problem?
Specifically, I am thinking if something like the following is possible.
First I extract the first k/2 eigenvectors and save them to the disk, and
then, using some mathematical/algorithmic techniques, extract the rest of
the eigenvectors. Does anyone know if this can be done?
-Fijoy
.
- Follow-Ups:
- Re: Eigenvector extraction
- From: JohnCreighton_
- Re: Eigenvector extraction
- Prev by Date: Re: String variable
- Next by Date: Re: String variable
- Previous by thread: String variable
- Next by thread: Re: Eigenvector extraction
- Index(es):
Relevant Pages
|