#include "BelosOperatorTraits.hpp"
#include "BelosMultiVec.hpp"
#include "BelosTypes.hpp"
#include "BelosConfigDefs.hpp"
Include dependency graph for BelosOperator.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Belos |
Classes | |
| class | Belos::Operator< ScalarType > |
| Belos's templated pure virtual class for constructing the operator that is used by the linear solver. More... | |
| class | Belos::OperatorTraits< ScalarType, MultiVec< ScalarType >, Operator< ScalarType > > |
| Template specialization of Belos::OperatorTraits class using Belos::Operator and Belos::MultiVec virtual base classes. More... | |
Definition in file BelosOperator.hpp.
1.3.9.1