The two main LAPACK eigensolvers are DGEEV for the nonsymmetric matrices and
DSYEV for symmetric/hermitian matrices. They are for dense matrices. So you can
handle relatively small problem sizes.
For large sparse eigenvalue problems, you need to use other software packages.
Please consult Jack website:
http://www.netlib.org/utk/people/JackDongarra/la-sw.html
Cheers,
Julien
On Oct 29, 2011, at 10:01 AM, Jianzhe Huang wrote:
Hi LAPACK Engineers ,
I am very glad that I find your CLAPACK lib. on the website, but I don't know
which subroutines can solve Eigen values of the large sparse matrix. Can you
help me or give me the manual of it. Thanks.
Best,
-Jason
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed<mailto:Lapack@Domain.Removed>
http://lists.eecs.utk.edu/mailman/listinfo/lapack
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20111102/00e4962c/attachment.html
|