#include <LOCA_Eigensolver_AnasaziStrategy.H>
Inheritance diagram for LOCA::Eigensolver::AnasaziStrategy:
This class implements an eigensolver strategy using the generic Trilinos eigensolver package Anasazi. In particular, this strategy uses the Anasazi::BlockKrylovSchur solver. Since Anasazi is a generic solver, this strategy will work with any group implementation. This strategy references the following parameters passed through the eigenParams argument to the constructor (this list is passed directly to the Anasazi::BlockKrylovSchulSolMgr solver manager):
|
||||||||||||||||
|
Constructor.
|
|
||||||||||||||||||||||||
|
Compute eigenvalues/eigenvectors. The implementation here the sets up and calls the Anasazi BlockKrylovSchur solver for computing eigenvalues. Implements LOCA::Eigensolver::AbstractStrategy. |
1.3.9.1