| BelosBlockCG.hpp [code] | Belos concrete class for solving symmetric positive definite linear systems with the preconditioned Conjugate Gradient (CG) method |
| BelosBlockGmres.hpp [code] | Belos concrete class for solving nonsymmetric linear systems with the Generalized Miminum Residual (GMRES) method |
| BelosCG.hpp [code] | Belos concrete class for solving symmetric positive definite linear systems with the preconditioned Conjugate Gradient (CG) method |
| BelosConfigDefs.hpp [code] | Belos header file which uses auto-configuration information to include necessary C++ headers |
| BelosEpetraAdapter.cpp [code] | Implementation of the interfaces between Belos virtual classes and Epetra concrete classes |
| BelosEpetraAdapter.hpp [code] | Provides several interfaces between Belos virtual classes and Epetra concrete classes |
| BelosEpetraOperator.cpp [code] | This file provides the implementation for an Epetra_Operator interface so Belos can be integrated into other codes as an abstract operator |
| BelosEpetraOperator.h [code] | This file provides an Epetra_Operator interface so Belos can be integrated into other codes as an abstract operator |
| BelosIterativeSolver.hpp [code] | Pure virtual base class which describes the basic interface to the iterative solver |
| BelosLinearProblem.hpp [code] | Class which describes the linear problem to be solved by the iterative solver |
| BelosMultiVec.hpp [code] | |
| BelosMultiVecTraits.hpp [code] | |
| BelosMVOPTester.hpp [code] | Test routines for MultiVecTraits and OperatorTraits conformity |
| BelosOperator.hpp [code] | Virtual base class which defines the operator interface required by the iterative linear solver |
| BelosOperatorTraits.hpp [code] | Virtual base class which defines the operator interface required by the iterative linear solver |
| BelosOutputManager.hpp [code] | Class which manages the output and verbosity of the Belos solvers |
| BelosStatusTest.hpp [code] | Pure virtual base class for defining the status testing capabilities of Belos |
| BelosStatusTestCombo.hpp [code] | Belos::StatusTest for logically combining several status tests |
| BelosStatusTestMaxIters.hpp [code] | Belos::StatusTest class for specifying a maximum number of iterations |
| BelosStatusTestMaxRestarts.hpp [code] | Belos::StatusTest class for specifying a maximum number of restarts |
| BelosStatusTestOutputter.hpp [code] | Belos::StatusTest for affecting printing of Belos::StatusTest objects |
| BelosStatusTestResNorm.hpp [code] | Belos::StatusTest for specifying a residual norm stopping criteria |
| BelosTFQMR.hpp [code] | Belos concrete class for solving non-Hermitian linear systems with the preconditioned tranpose-free QMR (TFQMR) method |
| BelosTypes.hpp [code] | Collection of the enumerated lists used in Belos |
| BelosVersion.cpp [code] | Simple function for returning the current version number [necessary for portability] |
1.3.9.1