44 #ifndef STOKHOS_SG_PRECONDITIONER_HPP 45 #define STOKHOS_SG_PRECONDITIONER_HPP 47 #include "Teuchos_RCP.hpp" 48 #include "Epetra_Operator.h" 50 #include "Epetra_Vector.h" 70 const Epetra_Vector&
x) = 0;
76 #endif // STOKHOS_SG_PRECONDITIONER_HPP const IndexType const IndexType const IndexType const IndexType const ValueType const ValueType * x
Top-level namespace for Stokhos classes and functions.
virtual ~SGPreconditioner()
Destructor.
virtual void setupPreconditioner(const Teuchos::RCP< Stokhos::SGOperator > &sg_op, const Epetra_Vector &x)=0
Setup preconditioner.
SGPreconditioner()
Constructor.
An abstract class to represent a generic stochastic Galerkin preconditioner as an Epetra_Operator...