, including all inherited members.
| acceptsPreconditionerFactory() const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| AztecOOLinearOpWithSolveFactory(Teuchos::RCP< Teuchos::ParameterList > const ¶mList=Teuchos::null) | Thyra::AztecOOLinearOpWithSolveFactory | |
| createOp() const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| defaultAdjMaxIterations_ | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| defaultAdjTolerance_ | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| defaultFwdMaxIterations_ | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| defaultFwdTolerance_ | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| describe(const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) | Teuchos::Describable | |
| describe(FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const | Teuchos::Describable | [virtual] |
| description() const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| generateAndGetValidParameters() | Thyra::AztecOOLinearOpWithSolveFactory | [private, static] |
| getDefaultOStream() | Teuchos::VerboseObjectBase | [static] |
| getDefaultVerbLevel() | Teuchos::VerboseObject< ObjectType > | [static] |
| getLinePrefix() const | Teuchos::VerboseObjectBase | [virtual] |
| getNonconstParameterList() | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| getObjectLabel() const | Teuchos::LabeledObject | [virtual] |
| getOSTab(const int tabs=1, const std::string &linePrefix="") const | Teuchos::VerboseObjectBase | [virtual] |
| getOStream() const | Teuchos::VerboseObjectBase | [virtual] |
| getOverridingOStream() const | Teuchos::VerboseObjectBase | [virtual] |
| getParameterList() const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| getPreconditionerFactory() const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| getValidParameters() const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| getValidVerboseObjectSublist() | Teuchos::VerboseObject< ObjectType > | |
| getVerbLevel() const | Teuchos::VerboseObject< ObjectType > | [virtual] |
| informUpdatedVerbosityState() const | Teuchos::VerboseObjectBase | [protected, virtual] |
| initializeAndReuseOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op) const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| LinearOpWithSolveFactoryBase< double >::initializeAndReuseOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const Ptr< LinearOpWithSolveBase< double > > &Op) | Thyra::LinearOpWithSolveFactoryBase< double > | |
| initializeApproxPreconditionedOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const LinearOpSourceBase< double > > &approxFwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| LinearOpWithSolveFactoryBase< double >::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 > | |
| initializeOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::AztecOOLinearOpWithSolveFactory | [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 > | |
| initializeOp_impl(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const PreconditionerBase< double > > &prec, const Teuchos::RCP< const LinearOpSourceBase< double > > &approxFwdOpSrc, const bool reusePrec, LinearOpWithSolveBase< double > *Op) const | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| initializePreconditionedOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const PreconditionerBase< double > > &prec, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| LinearOpWithSolveFactoryBase< double >::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 > | |
| initializeVerboseObject(const EVerbosityLevel verbLevel=VERB_DEFAULT, const RCP< FancyOStream > &oStream=Teuchos::null) | Teuchos::VerboseObject< ObjectType > | [virtual] |
| initializeVerboseObjectBase(const RCP< FancyOStream > &oStream=Teuchos::null) | Teuchos::VerboseObjectBase | [virtual] |
| 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 > | |
| isCompatible(const LinearOpSourceBase< double > &fwdOpSrc) const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| LinearOpWithSolveFactoryBase< double >::isCompatible(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const LinearOpBase< double > &fwdOp) | Thyra::LinearOpWithSolveFactoryBase< double > | |
| LabeledObject() | Teuchos::LabeledObject | |
| linearOpWithSolve(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) | Thyra::LinearOpWithSolveFactoryBase< double > | |
| operator<<(std::ostream &os, const DescribableStreamManipulatorState &d) | Teuchos::Describable | |
| outputEveryRhs_ | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| paramList_ | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| precFactory_ | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| precFactoryName_ | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| readVerboseObjectSublist(ParameterList *paramList, RCP< FancyOStream > *oStream, EVerbosityLevel *verbLevel) | Teuchos::VerboseObject< ObjectType > | |
| readVerboseObjectSublist(ParameterList *paramList, VerboseObject< ObjectType > *verboseObject) | Teuchos::VerboseObject< ObjectType > | |
| setDefaultObjectLabel(const LinearOpBase< double > &fwdOp, const Ptr< LinearOpWithSolveBase< double > > &Op) | Thyra::LinearOpWithSolveFactoryBase< double > | |
| setDefaultOStream(const RCP< FancyOStream > &defaultOStream) | Teuchos::VerboseObjectBase | [static] |
| setDefaultVerbLevel(const EVerbosityLevel defaultVerbLevel) | Teuchos::VerboseObject< ObjectType > | [static] |
| setLinePrefix(const std::string &linePrefix) | Teuchos::VerboseObjectBase | [virtual] |
| setObjectLabel(const std::string &objectLabel) | Teuchos::LabeledObject | [virtual] |
| setOStream(const RCP< FancyOStream > &oStream) const | Teuchos::VerboseObjectBase | [virtual] |
| setOverridingOStream(const RCP< FancyOStream > &oStream) const | Teuchos::VerboseObjectBase | [virtual] |
| setOverridingVerbLevel(const EVerbosityLevel verbLevel) const | Teuchos::VerboseObject< ObjectType > | [virtual] |
| setParameterList(Teuchos::RCP< Teuchos::ParameterList > const ¶mList) | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| setPreconditionerFactory(const Teuchos::RCP< PreconditionerFactoryBase< double > > &precFactory, const std::string &precFactoryName) | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| setupVerboseObjectSublist(ParameterList *paramList) | Teuchos::VerboseObject< ObjectType > | |
| setVerbLevel(const EVerbosityLevel verbLevel) const | Teuchos::VerboseObject< ObjectType > | [virtual] |
| STANDARD_COMPOSITION_MEMBERS(EpetraOperatorViewExtractorBase, epetraFwdOpViewExtractor) | Thyra::AztecOOLinearOpWithSolveFactory | |
| supportsPreconditionerInputType(const EPreconditionerInputType precOpType) const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| thisValidParamList_ | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| uninitializeOp(LinearOpWithSolveBase< double > *Op, Teuchos::RCP< const LinearOpSourceBase< double > > *fwdOpSrc, Teuchos::RCP< const PreconditionerBase< double > > *prec, Teuchos::RCP< const LinearOpSourceBase< double > > *approxFwdOpSrc, ESupportSolveUse *supportSolveUse) const | Thyra::AztecOOLinearOpWithSolveFactory | [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 > | |
| unsetParameterList() | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| unsetPreconditionerFactory(Teuchos::RCP< PreconditionerFactoryBase< double > > *precFactory, std::string *precFactoryName) | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| updateThisValidParamList() | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| useAztecPrec_ | Thyra::AztecOOLinearOpWithSolveFactory | [private] |
| verbLevel_default | Teuchos::Describable | [static] |
| VerboseObject(const EVerbosityLevel verbLevel=VERB_DEFAULT, const RCP< FancyOStream > &oStream=Teuchos::null) | Teuchos::VerboseObject< ObjectType > | |
| VerboseObjectBase(const RCP< FancyOStream > &oStream=Teuchos::null) | Teuchos::VerboseObjectBase | |
| ~LabeledObject() | Teuchos::LabeledObject | [virtual] |
| ~ParameterListAcceptor() | Teuchos::ParameterListAcceptor | [virtual] |
| ~VerboseObjectBase() | Teuchos::VerboseObjectBase | [virtual] |