Anasazi
Version of the Day
|
Implementation of the TraceMin-Davidson method. More...
#include "AnasaziConfigDefs.hpp"
#include "AnasaziEigensolver.hpp"
#include "AnasaziMultiVecTraits.hpp"
#include "AnasaziMatOrthoManager.hpp"
#include "AnasaziOperatorTraits.hpp"
#include "AnasaziTraceMinBase.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_TimeMonitor.hpp"
Go to the source code of this file.
Classes | |
class | Anasazi::Experimental::TraceMinDavidson< ScalarType, MV, OP > |
This class implements a TraceMin-Davidson iteration for solving symmetric generalized eigenvalue problems. More... | |
Namespaces | |
Anasazi | |
Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package. | |
Implementation of the TraceMin-Davidson method.
Definition in file AnasaziTraceMinDavidson.hpp.