#include "Thyra_InverseLinearOpBase.hpp"#include "Thyra_SingleScalarLinearOpBase.hpp"#include "Teuchos_ConstNonconstObjectContainer.hpp"#include "Teuchos_arrayArg.hpp"Include dependency graph for Thyra_DefaultInverseLinearOpDecl.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Classes | |
| class | Thyra::DefaultInverseLinearOp< Scalar > |
Concrete LinearOpBase subclass that creates an implicit LinearOpBase object using the inverse action of a LinearOpWithSolveBase object. More... | |
Enumerations | |
| enum | EThrowOnSolveFailure { THROW_ON_SOLVE_FAILURE = 1, IGNORE_SOLVE_FAILURE = 0 } |
| More... | |
|
|
Definition at line 40 of file Thyra_DefaultInverseLinearOpDecl.hpp. |
1.3.9.1