#include <Anasazi_LOCA_Sort.H>
Collaboration diagram for Anasazi::LOCASort< ScalarType, MV, OP >:
Public Member Functions | |
| LOCASort (const string which="LM", ScalarType cayleyPole=Teuchos::ScalarTraits< ScalarType >::zero(), ScalarType cayleyZero=Teuchos::ScalarTraits< ScalarType >::zero()) | |
| Constructor. | |
| virtual | ~LOCASort () |
| Destructor. | |
| ReturnType | sort (Eigensolver< ScalarType, MV, OP > *solver, int n, ScalarType *evals, std::vector< int > *perm=0) const |
| Sort the vector of eigenvalues with respect to the chosen sorting type, optionally returning the permutation vector. | |
| ReturnType | sort (Eigensolver< ScalarType, MV, OP > *solver, int n, ScalarType *r_evals, ScalarType *i_evals, std::vector< int > *perm=0) const |
| Sort the vectors of eigenpairs with respect to the chosen sorting type, optionally returning the permutation vector. | |
Protected Attributes | |
| string | _which |
| ScalarType | _sigma |
| ScalarType | _mu |
|
||||||||||||||||||||
|
Constructor.
|
|
||||||||||||||||||||||||||||
|
Sort the vectors of eigenpairs with respect to the chosen sorting type, optionally returning the permutation vector.
|
|
||||||||||||||||||||||||
|
Sort the vector of eigenvalues with respect to the chosen sorting type, optionally returning the permutation vector.
|
1.3.9.1