Go to the source code of this file.
|
| 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...
|
| |
|
| 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...
|
| |