Belos
Version of the Day
|
#include <BelosInnerSolveResult.hpp>
#include <BelosLinearProblem.hpp>
#include <BelosMultiVecTraits.hpp>
#include <BelosOperatorTraits.hpp>
#include <Teuchos_ScalarTraits.hpp>
Go to the source code of this file.
Classes | |
class | Belos::InnerSolver< Scalar, MV, OP > |
Inner solver interface. More... | |
class | Belos::OperatorTraits< Scalar, MV, InnerSolver< Scalar, MV, OP > > |
Partial specialization of OperatorTraits for InnerSolver. More... | |
class | Belos::UndefinedWrapperType< Scalar, MV, OP > |
Undefined wrapper type, to check at compile time whether InnerSolverTraits has been specialized. More... | |
class | Belos::InnerSolverTraits< Scalar, MV, OP > |
Wrap an InnerSolver in an OP (operator). More... | |
Namespaces | |
Belos | |
Functions | |
template<class Scalar , class MV , class OP > | |
Teuchos::RCP< LinearProblem < Scalar, MV, OP > > | Belos::problemWithNewRHS (const Teuchos::RCP< const LinearProblem< Scalar, MV, OP > > &problem, const Teuchos::RCP< const MV > &B) |
New LinearProblem with different right-hand side. More... | |