, 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] |
| describe(FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const | Teuchos::Describable | [virtual] |
| describe(const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) | Teuchos::Describable | |
| description() const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| getNonconstParameterList() | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| getObjectLabel() const | Teuchos::LabeledObject | [virtual] |
| getParameterList() const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| getPreconditionerFactory() const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| getValidParameters() const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| initializeAndReuseOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op) const | Thyra::AztecOOLinearOpWithSolveFactory | |
| LinearOpWithSolveFactoryBase< double >::initializeAndReuseOp(const RCP< const LinearOpSourceBase< RangeScalar, DomainScalar > > &fwdOpSrc, LinearOpWithSolveBase< RangeScalar, DomainScalar > *Op) const | Thyra::LinearOpWithSolveFactoryBase< double > | [virtual] |
| initializeApproxPreconditionedOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const LinearOpSourceBase< double > > &approxFwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::AztecOOLinearOpWithSolveFactory | |
| LinearOpWithSolveFactoryBase< double >::initializeApproxPreconditionedOp(const RCP< const LinearOpSourceBase< RangeScalar, DomainScalar > > &fwdOpSrc, const RCP< const LinearOpSourceBase< RangeScalar, DomainScalar > > &approxFwdOpSrc, LinearOpWithSolveBase< RangeScalar, DomainScalar > *Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) const | Thyra::LinearOpWithSolveFactoryBase< double > | [virtual] |
| initializeOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::AztecOOLinearOpWithSolveFactory | |
| LinearOpWithSolveFactoryBase< double >::initializeOp(const RCP< const LinearOpSourceBase< RangeScalar, DomainScalar > > &fwdOpSrc, LinearOpWithSolveBase< RangeScalar, DomainScalar > *Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) const =0 | Thyra::LinearOpWithSolveFactoryBase< double > | [pure virtual] |
| initializePreconditionedOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const PreconditionerBase< double > > &prec, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::AztecOOLinearOpWithSolveFactory | |
| LinearOpWithSolveFactoryBase< double >::initializePreconditionedOp(const RCP< const LinearOpSourceBase< RangeScalar, DomainScalar > > &fwdOpSrc, const RCP< const PreconditionerBase< RangeScalar, DomainScalar > > &prec, LinearOpWithSolveBase< RangeScalar, DomainScalar > *Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) const | Thyra::LinearOpWithSolveFactoryBase< double > | [virtual] |
| isCompatible(const LinearOpSourceBase< double > &fwdOpSrc) const | Thyra::AztecOOLinearOpWithSolveFactory | |
| LinearOpWithSolveFactoryBase< double >::isCompatible(const LinearOpSourceBase< RangeScalar, DomainScalar > &fwdOpSrc) const =0 | Thyra::LinearOpWithSolveFactoryBase< double > | [pure virtual] |
| LabeledObject() | Teuchos::LabeledObject | |
| operator<<(std::ostream &os, const DescribableStreamManipulatorState &d) | Teuchos::Describable | |
| setObjectLabel(const std::string &objectLabel) | Teuchos::LabeledObject | [virtual] |
| setParameterList(Teuchos::RCP< Teuchos::ParameterList > const ¶mList) | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| setPreconditionerFactory(const Teuchos::RCP< PreconditionerFactoryBase< double > > &precFactory, const std::string &precFactoryName) | Thyra::AztecOOLinearOpWithSolveFactory | |
| LinearOpWithSolveFactoryBase< double >::setPreconditionerFactory(const RCP< PreconditionerFactoryBase< RangeScalar, DomainScalar > > &precFactory, const std::string &precFactoryName) | Thyra::LinearOpWithSolveFactoryBase< double > | [virtual] |
| STANDARD_COMPOSITION_MEMBERS(EpetraOperatorViewExtractorBase, epetraFwdOpViewExtractor) | Thyra::AztecOOLinearOpWithSolveFactory | |
| supportsPreconditionerInputType(const EPreconditionerInputType precOpType) const | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| 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 | |
| LinearOpWithSolveFactoryBase< double >::uninitializeOp(LinearOpWithSolveBase< RangeScalar, DomainScalar > *Op, RCP< const LinearOpSourceBase< RangeScalar, DomainScalar > > *fwdOpSrc=NULL, RCP< const PreconditionerBase< RangeScalar, DomainScalar > > *prec=NULL, RCP< const LinearOpSourceBase< RangeScalar, DomainScalar > > *approxFwdOpSrc=NULL, ESupportSolveUse *supportSolveUse=NULL) const =0 | Thyra::LinearOpWithSolveFactoryBase< double > | [pure virtual] |
| unsetParameterList() | Thyra::AztecOOLinearOpWithSolveFactory | [virtual] |
| unsetPreconditionerFactory(Teuchos::RCP< PreconditionerFactoryBase< double > > *precFactory, std::string *precFactoryName) | Thyra::AztecOOLinearOpWithSolveFactory | |
| LinearOpWithSolveFactoryBase< double >::unsetPreconditionerFactory(RCP< PreconditionerFactoryBase< RangeScalar, DomainScalar > > *precFactory=NULL, std::string *precFactoryName=NULL) | Thyra::LinearOpWithSolveFactoryBase< double > | [virtual] |
| verbLevel_default | Teuchos::Describable | [static] |
| ~LabeledObject() | Teuchos::LabeledObject | [virtual] |
| ~ParameterListAcceptor() | Teuchos::ParameterListAcceptor | [virtual] |