Belos Package Browser (Single Doxygen Collection)
Development
|
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"
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 | |
Pure virtual base class which describes the basic interface to the linear solver iteration.
Definition in file BelosIteration.hpp.