|
Thyra
Version of the Day
|
This is the complete list of members for Thyra::DiagonalEpetraLinearOpWithSolveFactory, including all inherited members.
| acceptsPreconditionerFactory() const | Thyra::LinearOpWithSolveFactoryBase< double > | virtual |
| createOp() const | Thyra::DiagonalEpetraLinearOpWithSolveFactory | virtual |
| getNonconstParameterList() | Thyra::DiagonalEpetraLinearOpWithSolveFactory | |
| getParameterList() const | Thyra::DiagonalEpetraLinearOpWithSolveFactory | |
| getPreconditionerFactory() const | Thyra::LinearOpWithSolveFactoryBase< double > | virtual |
| getValidParameters() const | Thyra::DiagonalEpetraLinearOpWithSolveFactory | |
| initializeAndReuseOp(const RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op) const | Thyra::LinearOpWithSolveFactoryBase< double > | virtual |
| initializeAndReuseOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const Ptr< LinearOpWithSolveBase< double > > &Op) | Thyra::LinearOpWithSolveFactoryBase< double > | related |
| initializeApproxPreconditionedOp(const RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const RCP< const LinearOpSourceBase< double > > &approxFwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) const | Thyra::LinearOpWithSolveFactoryBase< double > | virtual |
| initializeApproxPreconditionedOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const RCP< const LinearOpBase< double > > &approxFwdOp, const Ptr< LinearOpWithSolveBase< double > > &Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) | Thyra::LinearOpWithSolveFactoryBase< double > | related |
| initializeOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::DiagonalEpetraLinearOpWithSolveFactory | |
| LinearOpWithSolveFactoryBase< double >::initializeOp(const RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) const=0 | Thyra::LinearOpWithSolveFactoryBase< double > | pure virtual |
| LinearOpWithSolveFactoryBase< double >::initializeOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const Ptr< LinearOpWithSolveBase< double > > &Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) | Thyra::LinearOpWithSolveFactoryBase< double > | related |
| initializePreconditionedOp(const RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const RCP< const PreconditionerBase< double > > &prec, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) const | Thyra::LinearOpWithSolveFactoryBase< double > | virtual |
| initializePreconditionedOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const RCP< const PreconditionerBase< double > > &prec, const Ptr< LinearOpWithSolveBase< double > > &Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) | Thyra::LinearOpWithSolveFactoryBase< double > | related |
| inverse(const LinearOpWithSolveFactoryBase< double > &LOWSF, const RCP< const LinearOpBase< double > > &fwdOp, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED, const Ptr< const SolveCriteria< double > > &fwdSolveCriteria=Teuchos::null, const EThrowOnSolveFailure throwOnFwdSolveFailure=THROW_ON_SOLVE_FAILURE, const Ptr< const SolveCriteria< double > > &adjSolveCriteria=Teuchos::null, const EThrowOnSolveFailure throwOnAdjSolveFailure=THROW_ON_SOLVE_FAILURE) | Thyra::LinearOpWithSolveFactoryBase< double > | related |
| isCompatible(const LinearOpSourceBase< double > &fwdOpSrc) const | Thyra::DiagonalEpetraLinearOpWithSolveFactory | virtual |
| LinearOpWithSolveFactoryBase< double >::isCompatible(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const LinearOpBase< double > &fwdOp) | Thyra::LinearOpWithSolveFactoryBase< double > | related |
| linearOpWithSolve(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) | Thyra::LinearOpWithSolveFactoryBase< double > | related |
| setDefaultObjectLabel(const LinearOpBase< double > &fwdOp, const Ptr< LinearOpWithSolveBase< double > > &Op) | Thyra::LinearOpWithSolveFactoryBase< double > | related |
| setParameterList(Teuchos::RCP< Teuchos::ParameterList > const ¶mList) | Thyra::DiagonalEpetraLinearOpWithSolveFactory | |
| setPreconditionerFactory(const RCP< PreconditionerFactoryBase< double > > &precFactory, const std::string &precFactoryName) | Thyra::LinearOpWithSolveFactoryBase< double > | virtual |
| supportsPreconditionerInputType(const EPreconditionerInputType precOpType) const | Thyra::LinearOpWithSolveFactoryBase< double > | virtual |
| LinearOpWithSolveFactoryBase< double >::uninitializeOp(LinearOpWithSolveBase< double > *Op, RCP< const LinearOpSourceBase< double > > *fwdOpSrc=NULL, RCP< const PreconditionerBase< double > > *prec=NULL, RCP< const LinearOpSourceBase< double > > *approxFwdOpSrc=NULL, ESupportSolveUse *supportSolveUse=NULL) const=0 | Thyra::LinearOpWithSolveFactoryBase< double > | pure virtual |
| LinearOpWithSolveFactoryBase< double >::uninitializeOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const Ptr< LinearOpWithSolveBase< double > > &Op, const Ptr< RCP< const LinearOpBase< double > > > &fwdOp=Teuchos::null, const Ptr< RCP< const PreconditionerBase< double > > > &prec=Teuchos::null, const Ptr< RCP< const LinearOpBase< double > > > &approxFwdOp=Teuchos::null, const Ptr< ESupportSolveUse > &supportSolveUse=Teuchos::null) | Thyra::LinearOpWithSolveFactoryBase< double > | related |
| unsetParameterList() | Thyra::DiagonalEpetraLinearOpWithSolveFactory | |
| unsetPreconditionerFactory(RCP< PreconditionerFactoryBase< double > > *precFactory=NULL, std::string *precFactoryName=NULL) | Thyra::LinearOpWithSolveFactoryBase< double > | virtual |
1.8.14