|
Belos
Version of the Day
|
Pure virtual base class which describes the basic interface for a solver manager. More...
#include "BelosConfigDefs.hpp"#include "BelosTypes.hpp"#include "BelosLinearProblem.hpp"#include "Teuchos_ParameterList.hpp"#include "Teuchos_RCP.hpp"#include "Teuchos_Describable.hpp"

Go to the source code of this file.
Classes | |
| class | Belos::SolverManager< ScalarType, MV, OP > |
| The Belos::SolverManager is a templated virtual base class that defines the basic interface that any solver manager will support. More... | |
| class | Belos::Details::RealSolverManager< ScalarType, MV, OP, false > |
| class | Belos::Details::RealSolverManager< ScalarType, MV, OP, true > |
Namespaces | |
| namespace | Belos |
| namespace | Belos::Details |
Pure virtual base class which describes the basic interface for a solver manager.
Definition in file BelosSolverManager.hpp.
1.7.6.1