|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
Call solveSupportsSolveMeasureType() as a non-member function.
More...
Functions | |
| template<class Scalar > | |
| RCP< LinearOpBase< Scalar > > | Thyra::nonconstInverse (const RCP< LinearOpWithSolveBase< Scalar > > &A, const SolveCriteria< Scalar > *fwdSolveCriteria, const EThrowOnSolveFailure throwOnFwdSolveFailure=THROW_ON_SOLVE_FAILURE, const SolveCriteria< Scalar > *adjSolveCriteria=NULL, const EThrowOnSolveFailure throwOnAdjSolveFailure=THROW_ON_SOLVE_FAILURE) |
| Deprecated. | |
| template<class Scalar > | |
| RCP< LinearOpBase< Scalar > > | Thyra::inverse (const RCP< const LinearOpWithSolveBase< Scalar > > &A, const SolveCriteria< Scalar > *fwdSolveCriteria, const EThrowOnSolveFailure throwOnFwdSolveFailure=THROW_ON_SOLVE_FAILURE, const SolveCriteria< Scalar > *adjSolveCriteria=NULL, const EThrowOnSolveFailure throwOnAdjSolveFailure=THROW_ON_SOLVE_FAILURE) |
| Deprecated. | |
Call solveSupportsSolveMeasureType() as a non-member function.
Assert that a LOWSB object supports a particular solve type.
Solve a set of transpose linear systems with two or more sets of tolerances.
Solve a set of forward linear systems with two or more sets of tolerances.
Solve a set of transpose linear systems with a single set of tolerances.
Solve a set of forward linear systems with a single set of tolerances.
Deprecated.
See the implementation of this function for details.
This function will throw an excetion with a very good error message if the requested solve type is not supported.
| RCP<LinearOpBase<Scalar> > Thyra::nonconstInverse | ( | const RCP< LinearOpWithSolveBase< Scalar > > & | A, |
| const SolveCriteria< Scalar > * | fwdSolveCriteria, | ||
| const EThrowOnSolveFailure | throwOnFwdSolveFailure = THROW_ON_SOLVE_FAILURE, |
||
| const SolveCriteria< Scalar > * | adjSolveCriteria = NULL, |
||
| const EThrowOnSolveFailure | throwOnAdjSolveFailure = THROW_ON_SOLVE_FAILURE |
||
| ) |
Deprecated.
Definition at line 351 of file Thyra_DefaultInverseLinearOp_decl.hpp.
| RCP<LinearOpBase<Scalar> > Thyra::inverse | ( | const RCP< const LinearOpWithSolveBase< Scalar > > & | A, |
| const SolveCriteria< Scalar > * | fwdSolveCriteria, | ||
| const EThrowOnSolveFailure | throwOnFwdSolveFailure = THROW_ON_SOLVE_FAILURE, |
||
| const SolveCriteria< Scalar > * | adjSolveCriteria = NULL, |
||
| const EThrowOnSolveFailure | throwOnAdjSolveFailure = THROW_ON_SOLVE_FAILURE |
||
| ) |
Deprecated.
Definition at line 371 of file Thyra_DefaultInverseLinearOp_decl.hpp.
Referenced by Thyra::run_linear_op_with_solve_tests().
1.7.4