#include <LOCA_EigenvalueSort_Strategies.H>
Inheritance diagram for LOCA::EigenvalueSort::SmallestReal:


Public Member Functions | |
| SmallestReal (const Teuchos::RCP< LOCA::GlobalData > &global_data, const Teuchos::RCP< Teuchos::ParameterList > &eigenParams) | |
| Constructor. | |
| ~SmallestReal () | |
| Destructor. | |
| virtual NOX::Abstract::Group::ReturnType | sort (int n, double *evals, std::vector< int > *perm=NULL) const |
| Sort real eigenvalues. | |
| virtual NOX::Abstract::Group::ReturnType | sort (int n, double *r_evals, double *i_evals, std::vector< int > *perm=NULL) const |
| Sort complex eigenvalues. | |
Sorts eigenvalues in increasing order according to their real part. This method requires no parameters in the eigenParams argument to the constructor
| LOCA::EigenvalueSort::SmallestReal::SmallestReal | ( | const Teuchos::RCP< LOCA::GlobalData > & | global_data, | |
| const Teuchos::RCP< Teuchos::ParameterList > & | eigenParams | |||
| ) | [inline] |
Constructor.
| global_data | [in] Global data object | |
| eigenParams | [in] Eigensolver parameters. |
1.4.7