Anasazi
Version of the Day
|
Virtual base class which defines the interface between an eigensolver and a class whose job is the sorting of the computed eigenvalues. More...
#include "AnasaziConfigDefs.hpp"
#include "AnasaziTypes.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_ParameterList.hpp"
Go to the source code of this file.
Classes | |
class | Anasazi::SortManagerError |
SortManagerError is thrown when the Anasazi::SortManager is unable to sort the numbers, due to some failure of the sort method or error in calling it. More... | |
class | Anasazi::SortManager< MagnitudeType > |
Anasazi's templated pure virtual class for managing the sorting of approximate eigenvalues computed by the eigensolver. A concrete implementation of this class is necessary. More... | |
Namespaces | |
Anasazi | |
Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package. | |
Virtual base class which defines the interface between an eigensolver and a class whose job is the sorting of the computed eigenvalues.
Definition in file AnasaziSortManager.hpp.