Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
BelosIteration.hpp File Reference

Pure virtual base class which describes the basic interface to the linear solver iteration. More...

#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_ScalarTraits.hpp"
Include dependency graph for BelosIteration.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Belos::LinearProblem< ScalarType, MV, OP >
 A linear system to solve, and its associated information. More...
 
class  Belos::OutputManager< ScalarType >
 Belos's basic output manager for sending information of select verbosity levels to the appropriate output stream. More...
 
class  Belos::StatusTest< ScalarType, MV, OP >
 A pure virtual class for defining the status tests for the Belos iterative solvers. More...
 
class  Belos::MatOrthoManager< ScalarType, MV, OP >
 Belos's templated virtual class for providing routines for orthogonalization and orthonormzalition of multivectors using matrix-based inner products. More...
 
class  Belos::Iteration< ScalarType, MV, OP >
 

Namespaces

 Belos
 

Detailed Description

Pure virtual base class which describes the basic interface to the linear solver iteration.

Definition in file BelosIteration.hpp.