Anasazi_config.h [code] | |
AnasaziBasicEigenproblem.hpp [code] | Basic implementation of the Anasazi::Eigenproblem class |
AnasaziBasicOrthoManager.hpp [code] | Basic implementation of the Anasazi::OrthoManager class |
AnasaziBasicOutputManager.hpp [code] | Basic output manager for sending information of select verbosity levels to the appropriate output stream |
AnasaziBasicSort.hpp [code] | Basic implementation of the Anasazi::SortManager class |
AnasaziBlockDavidson.hpp [code] | Implementation of the block Davidson method |
AnasaziBlockDavidsonSolMgr.hpp [code] | The Anasazi::BlockDavidsonSolMgr provides a solver manager for the BlockDavidson eigensolver |
AnasaziBlockKrylovSchur.hpp [code] | Implementation of a block Krylov-Schur eigensolver |
AnasaziBlockKrylovSchurSolMgr.hpp [code] | The Anasazi::BlockKrylovSchurSolMgr provides a solver manager for the BlockKrylovSchur eigensolver |
AnasaziConfigDefs.hpp [code] | Anasazi header file which uses auto-configuration information to include necessary C++ headers |
AnasaziEigenproblem.hpp [code] | Abstract base class which defines the interface required by an eigensolver and status test class to compute solutions to an eigenproblem |
AnasaziEigensolver.hpp [code] | Pure virtual base class which describes the basic interface to the iterative eigensolver |
AnasaziEigensolverDecl.hpp [code] | Forward declaration of the virtual base class Anasazi::Eigensolver |
AnasaziEpetraAdapter.cpp [code] | Implementations of Anasazi multi-vector and operator classes using Epetra_MultiVector and Epetra_Operator classes |
AnasaziEpetraAdapter.hpp [code] | Declarations of Anasazi multi-vector and operator classes using Epetra_MultiVector and Epetra_Operator classes |
AnasaziGenOrthoManager.hpp [code] | Templated virtual class for providing orthogonalization/orthonormalization methods with matrix-based inner products |
AnasaziHelperTraits.hpp [code] | |
AnasaziICGSOrthoManager.hpp [code] | Basic implementation of the Anasazi::OrthoManager class |
AnasaziIRTR.hpp [code] | |
AnasaziLOBPCG.hpp [code] | Implementation of the locally-optimal block preconditioned conjugate gradient (LOBPCG) method |
AnasaziLOBPCGSolMgr.hpp [code] | The Anasazi::LOBPCGSolMgr provides a powerful solver manager for the LOBPCG eigensolver |
AnasaziMatOrthoManager.hpp [code] | Templated virtual class for providing orthogonalization/orthonormalization methods with matrix-based inner products |
AnasaziMultiVec.hpp [code] | Templated virtual class for creating multi-vectors that can interface with the Anasazi::MultiVecTraits class |
AnasaziMultiVecTraits.hpp [code] | Virtual base class which defines basic traits for the multivector type |
AnasaziMVOPTester.hpp [code] | Test routines for MultiVecTraits and OperatorTraits conformity |
AnasaziOperator.hpp [code] | Templated virtual class for creating operators that can interface with the Anasazi::OperatorTraits class |
AnasaziOperatorTraits.hpp [code] | Virtual base class which defines basic traits for the operator type |
AnasaziOrthoManager.hpp [code] | Templated virtual class for providing orthogonalization/orthonormalization methods |
AnasaziOutputManager.hpp [code] | Abstract class definition for Anasazi Output Managers |
AnasaziRTRBase.hpp [code] | Base class for Implicit Riemannian Trust-Region solvers |
AnasaziRTRSolMgr.hpp [code] | The Anasazi::RTRSolMgr provides a simple solver manager over the IRTR eigensolvers |
AnasaziSimpleLOBPCGSolMgr.hpp [code] | The Anasazi::SimpleLOBPCGSolMgr provides a simple solver manager over the LOBPCG eigensolver |
AnasaziSIRTR.hpp [code] | |
AnasaziSolverManager.hpp [code] | Pure virtual base class which describes the basic interface for a solver manager |
AnasaziSolverUtils.hpp [code] | Class which provides internal utilities for the Anasazi solvers |
AnasaziSortManager.hpp [code] | Virtual base class which defines the interface between an eigensolver and a class whose job is the sorting of the computed eigenvalues |
AnasaziStatusTest.hpp [code] | Pure virtual base class for defining the status testing capabilities of Anasazi |
AnasaziStatusTestCombo.hpp [code] | Status test for forming logical combinations of other status tests |
AnasaziStatusTestDecl.hpp [code] | Forward declaration of pure virtual base class Anasazi::StatusTest |
AnasaziStatusTestMaxIters.hpp [code] | Status test for testing the number of iterations |
AnasaziStatusTestOutput.hpp [code] | Special StatusTest for printing status tests |
AnasaziStatusTestResNorm.hpp [code] | A status test for testing the norm of the eigenvectors residuals |
AnasaziStatusTestWithOrdering.hpp [code] | A status test for testing the norm of the eigenvectors residuals along with a set of auxiliary eigenvalues |
AnasaziSVQBOrthoManager.hpp [code] | Orthogonalization manager based on the SVQB technique described in "A Block Orthogonalization Procedure With Constant Synchronization Requirements", A. Stathapoulos and K. Wu |
AnasaziThyraAdapter.hpp [code] | Specializations of the Anasazi multi-vector and operator traits classes using Thyra base classes LinearOpBase and MultiVectorBase |
AnasaziTypes.hpp [code] | Types and exceptions used within Anasazi solvers and interfaces |
AnasaziVersion.cpp [code] | Version function that will return the current version of Anasazi being utilized |