Anasazi  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces
AnasaziGeneralizedDavidson.hpp File Reference

Implementation of a block Generalized Davidson eigensolver. More...

#include "Teuchos_RCPDecl.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_SerialDenseVector.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_BLAS.hpp"
#include "Teuchos_LAPACK.hpp"
#include "Teuchos_FancyOStream.hpp"
#include "AnasaziConfigDefs.hpp"
#include "AnasaziTypes.hpp"
#include "AnasaziEigenproblem.hpp"
#include "AnasaziEigensolver.hpp"
#include "AnasaziOrthoManager.hpp"
#include "AnasaziOutputManager.hpp"
#include "AnasaziSortManager.hpp"
#include "AnasaziStatusTest.hpp"

Go to the source code of this file.

Classes

struct  Anasazi::GeneralizedDavidsonState< ScalarType, MV >
 Structure to contain pointers to GeneralizedDavidson state variables. More...
 
class  Anasazi::GeneralizedDavidson< ScalarType, MV, OP >
 Solves eigenvalue problem using generalized Davidson method. More...
 

Namespaces

 Anasazi
 Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package.
 

Detailed Description

Implementation of a block Generalized Davidson eigensolver.

Author
Steven Hamilton

Definition in file AnasaziGeneralizedDavidson.hpp.