NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
Anasazi::LOCASort Class Reference

An implementation of the Anasazi::SortManager that performs a collection of common sorting techniques. More...

#include <Anasazi_LOCA_Sort.H>

Inheritance diagram for Anasazi::LOCASort:
Inheritance graph
[legend]
Collaboration diagram for Anasazi::LOCASort:
Collaboration graph
[legend]

Public Member Functions

 LOCASort (const Teuchos::RCP< LOCA::GlobalData > &global_data, const Teuchos::RCP< LOCA::EigenvalueSort::AbstractStrategy > &strategy_)
 Constructor. More...
 
virtual ~LOCASort ()
 Destructor.
 
virtual void sort (std::vector< double > &evals, Teuchos::RCP< std::vector< int > > perm=Teuchos::null, int n=-1) const
 Sort the vector of eigenvalues with respect to the chosen sorting type, optionally returning the permutation vector. More...
 
virtual void sort (std::vector< double > &r_evals, std::vector< double > &i_evals, Teuchos::RCP< std::vector< int > > perm=Teuchos::null, int n=-1) const
 Sort the vectors of eigenpairs with respect to the chosen sorting type, optionally returning the permutation vector. More...
 

Protected Attributes

Teuchos::RCP< LOCA::GlobalDataglobalData
 Global data.
 
Teuchos::RCP
< LOCA::EigenvalueSort::AbstractStrategy
strategy
 EigenvalueSort strategy.
 

Detailed Description

An implementation of the Anasazi::SortManager that performs a collection of common sorting techniques.

Constructor & Destructor Documentation

Anasazi::LOCASort::LOCASort ( const Teuchos::RCP< LOCA::GlobalData > &  global_data,
const Teuchos::RCP< LOCA::EigenvalueSort::AbstractStrategy > &  strategy_ 
)

Constructor.

Parameters
global_data[in] Global data object
strategy_[in] Ref-count ptr to LOCA sorting strategy

Member Function Documentation

void Anasazi::LOCASort::sort ( std::vector< double > &  evals,
Teuchos::RCP< std::vector< int > >  perm = Teuchos::null,
int  n = -1 
) const
virtual

Sort the vector of eigenvalues with respect to the chosen sorting type, optionally returning the permutation vector.

Parameters
solver[in] Eigensolver that is calling the sorting routine
n[in] Size of the array
evals[in/out] Array of length n containing the eigenvalues to be sorted
perm[out] Vector of length n to store the permutation (optional)
Returns
Returns the status of the sorting routine
void Anasazi::LOCASort::sort ( std::vector< double > &  r_evals,
std::vector< double > &  i_evals,
Teuchos::RCP< std::vector< int > >  perm = Teuchos::null,
int  n = -1 
) const
virtual

Sort the vectors of eigenpairs with respect to the chosen sorting type, optionally returning the permutation vector.

Parameters
solver[in] Eigensolver that is calling the sorting routine
n[in] Size of the array
r_evals[in/out] Array of length n containing the real part of the eigenvalues to be sorted
i_evals[in/out] Array of length n containing the imaginary part of the eigenvalues to be sorted
perm[out] Vector of length n to store the permutation (optional)
Returns
Returns the status of the sorting routine

The documentation for this class was generated from the following files: