[Trilinos-Users] Get all eigenpairs

Baker, Christopher G. bakercg at ornl.gov
Wed Mar 16 10:36:24 MDT 2011


Hello.

Not easily. For parallel dense eigenvalue solves, your best bet is SCALAPACK. Trilinos does not have an interface to SCALAPACK. There are parallel eigensolvers appropriate for finding some eigenvalue of a sparse or matrix-free operator (namely, in the package Anasazi). However, in general, it is difficult to extend these to compute all eigenvalues, and there is no specific support for this in Anasazi.

Chris

On 3/16/11 11:34 AM, "maxquirino at bol.com.br<mailto:maxquirino at bol.com.br>" <maxquirino at bol.com.br<mailto:maxquirino at bol.com.br>> wrote:

Good afternoon,

Is It possible calculate paralleling all eingenpairs of a dense (or sparse) symmetric matrix by Trillinos?

Thanks.




More information about the Trilinos-Users mailing list