#include <AnasaziSortManager.hpp>
Inheritance diagram for Anasazi::SortManager< ScalarType, MV, OP >:
Public Member Functions | |
| SortManager () | |
| Default Constructor. | |
| virtual | ~SortManager () |
| Destructor. | |
| virtual ReturnType | sort (Eigensolver< ScalarType, MV, OP > *solver, int n, ScalarType *evals, std::vector< int > *perm=0) const |
| Sort the vector of eigenvalues, optionally returning the permutation vector. | |
| virtual 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, optionally returning the permutation vector. | |
A concrete implementation of this class is necessary. The user can create their own implementation if those supplied are not suitable for their needs.
|
||||||||||||||||||||||||||||
|
Sort the vectors of eigenpairs, optionally returning the permutation vector.
Reimplemented in Anasazi::BasicSort< ScalarType, MV, OP >. |
|
||||||||||||||||||||||||
|
Sort the vector of eigenvalues, optionally returning the permutation vector.
Reimplemented in Anasazi::BasicSort< ScalarType, MV, OP >. |
1.3.9.1