, including all inherited members.
| allowInexactAdjSolve_ | Thyra::AztecOOLinearOpWithSolve | [private] |
| allowInexactFwdSolve_ | Thyra::AztecOOLinearOpWithSolve | [private] |
| apply(const LinearOpBase< Scalar > &M, const EOpTransp M_trans, const MultiVectorBase< Scalar > &X, const Ptr< MultiVectorBase< Scalar > > &Y, const Scalar alpha=static_cast< Scalar >(1.0), const Scalar beta=static_cast< Scalar >(0.0)) | Thyra::LinearOpBase< Scalar > | |
| apply(const LinearOpBase< double > &M, const EOpTransp M_trans, const MultiVectorBase< double > &X, const Ptr< MultiVectorBase< double > > &Y, const double alpha=1.0, const double beta=0.0) | Thyra::LinearOpBase< Scalar > | |
| apply(const EOpTransp M_trans, const MultiVectorBase< Scalar > &X, const Ptr< MultiVectorBase< Scalar > > &Y, const Scalar alpha, const Scalar beta) const | Thyra::LinearOpBase< Scalar > | |
| apply(const EConj conj, const MultiVectorBase< Scalar > &X, MultiVectorBase< Scalar > *Y, const Scalar alpha=static_cast< Scalar >(1.0), const Scalar beta=static_cast< Scalar >(0.0)) const | Thyra::LinearOpBase< Scalar > | |
| applyImpl(const EOpTransp M_trans, const MultiVectorBase< double > &X, const Ptr< MultiVectorBase< double > > &Y, const double alpha, const double beta) const | Thyra::AztecOOLinearOpWithSolve | [protected, virtual] |
| LinearOpWithSolveBase< double >::applyImpl(const EOpTransp M_trans, const MultiVectorBase< Scalar > &X, const Ptr< MultiVectorBase< Scalar > > &Y, const Scalar alpha, const Scalar beta) const =0 | Thyra::LinearOpBase< Scalar > | [protected, pure virtual] |
| applySupports(const EConj conj) const | Thyra::LinearOpBase< Scalar > | |
| applyTranspose(const EConj conj, const MultiVectorBase< Scalar > &X, MultiVectorBase< Scalar > *Y, const Scalar alpha=static_cast< Scalar >(1.0), const Scalar beta=static_cast< Scalar >(0.0)) const | Thyra::LinearOpBase< Scalar > | |
| applyTransposeSupports(const EConj conj) const | Thyra::LinearOpBase< Scalar > | |
| approxFwdOpSrc_ | Thyra::AztecOOLinearOpWithSolve | [private] |
| assertInitialized() const | Thyra::AztecOOLinearOpWithSolve | [private] |
| assertSolveSupports(const LinearOpWithSolveBase< double > &lows, const EOpTransp M_trans, const Ptr< const SolveCriteria< double > > solveCriteria=Teuchos::null) | Thyra::LinearOpWithSolveBase< double > | |
| aztecAdjSolver_ | Thyra::AztecOOLinearOpWithSolve | [private] |
| aztecFwdSolver_ | Thyra::AztecOOLinearOpWithSolve | [private] |
| AztecOOLinearOpWithSolve(const int fwdDefaultMaxIterations=400, const double fwdDefaultTol=1e-6, const int adjDefaultMaxIterations=400, const double adjDefaultTol=1e-6, const bool outputEveryRhs=false) | Thyra::AztecOOLinearOpWithSolve | |
| aztecSolverScalar_ | Thyra::AztecOOLinearOpWithSolve | [private] |
| clone() const | Thyra::AztecOOLinearOpWithSolve | [virtual] |
| describe(Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const | Thyra::AztecOOLinearOpWithSolve | [virtual] |
| LinearOpWithSolveBase< double >::describe(const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) | Teuchos::Describable | |
| description() const | Thyra::AztecOOLinearOpWithSolve | [virtual] |
| domain() const | Thyra::AztecOOLinearOpWithSolve | [virtual] |
| extract_approxFwdOpSrc() | Thyra::AztecOOLinearOpWithSolve | |
| extract_fwdOpSrc() | Thyra::AztecOOLinearOpWithSolve | |
| extract_prec() | Thyra::AztecOOLinearOpWithSolve | |
| fwdOp_ | Thyra::AztecOOLinearOpWithSolve | [private] |
| fwdOpSrc_ | Thyra::AztecOOLinearOpWithSolve | [private] |
| getDefaultOStream() | Teuchos::VerboseObjectBase | [static] |
| getDefaultVerbLevel() | Teuchos::VerboseObject< ObjectType > | [static] |
| getLinePrefix() const | Teuchos::VerboseObjectBase | [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] |
| getValidVerboseObjectSublist() | Teuchos::VerboseObject< ObjectType > | |
| getVerbLevel() const | Teuchos::VerboseObject< ObjectType > | [virtual] |
| informUpdatedVerbosityState() const | Teuchos::VerboseObjectBase | [protected, virtual] |
| initialize(const RCP< const LinearOpBase< double > > &fwdOp, const RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const RCP< const PreconditionerBase< double > > &prec, const bool isExternalPrec, const RCP< const LinearOpSourceBase< double > > &approxFwdOpSrc, const RCP< AztecOO > &aztecFwdSolver, const bool allowInexactFwdSolve=false, const RCP< AztecOO > &aztecAdjSolver=Teuchos::null, const bool allowInexactAdjSolve=false, const double aztecSolverScalar=1.0) | Thyra::AztecOOLinearOpWithSolve | |
| 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] |
| isExternalPrec() const | Thyra::AztecOOLinearOpWithSolve | |
| isExternalPrec_ | Thyra::AztecOOLinearOpWithSolve | [private] |
| isFullyInitialized(const LinearOpBase< Scalar > &M) | Thyra::LinearOpBase< Scalar > | |
| isFullyUninitialized(const LinearOpBase< Scalar > &M) | Thyra::LinearOpBase< Scalar > | |
| isPartiallyInitialized(const LinearOpBase< Scalar > &M) | Thyra::LinearOpBase< Scalar > | |
| LabeledObject() | Teuchos::LabeledObject | |
| operator<<(std::ostream &os, const DescribableStreamManipulatorState &d) | Teuchos::Describable | |
| opSupported(const LinearOpBase< Scalar > &M, EOpTransp M_trans) | Thyra::LinearOpBase< Scalar > | |
| opSupported(EOpTransp M_trans) const | Thyra::LinearOpBase< Scalar > | |
| opSupportedImpl(EOpTransp M_trans) const | Thyra::AztecOOLinearOpWithSolve | [protected, virtual] |
| prec_ | Thyra::AztecOOLinearOpWithSolve | [private] |
| range() const | Thyra::AztecOOLinearOpWithSolve | [virtual] |
| readVerboseObjectSublist(ParameterList *paramList, RCP< FancyOStream > *oStream, EVerbosityLevel *verbLevel) | Teuchos::VerboseObject< ObjectType > | |
| readVerboseObjectSublist(ParameterList *paramList, VerboseObject< ObjectType > *verboseObject) | Teuchos::VerboseObject< ObjectType > | |
| 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] |
| setupVerboseObjectSublist(ParameterList *paramList) | Teuchos::VerboseObject< ObjectType > | |
| setVerbLevel(const EVerbosityLevel verbLevel) const | Teuchos::VerboseObject< ObjectType > | [virtual] |
| solve(const LinearOpWithSolveBase< double > &A, const EOpTransp A_trans, const MultiVectorBase< double > &B, const Ptr< MultiVectorBase< double > > &X, const Ptr< const SolveCriteria< double > > solveCriteria=Teuchos::null) | Thyra::LinearOpWithSolveBase< double > | |
| solve(const EOpTransp A_trans, const MultiVectorBase< double > &B, const Ptr< MultiVectorBase< double > > &X, const Ptr< const SolveCriteria< double > > solveCriteria=Teuchos::null) const | Thyra::LinearOpWithSolveBase< double > | |
| solve(const EConj conj, const MultiVectorBase< double > &B, MultiVectorBase< double > *X, const int numBlocks=0, const BlockSolveCriteria< double > blockSolveCriteria[]=NULL, SolveStatus< double > blockSolveStatus[]=NULL) const | Thyra::LinearOpWithSolveBase< double > | |
| solveImpl(const EOpTransp M_trans, const MultiVectorBase< double > &B, const Ptr< MultiVectorBase< double > > &X, const Ptr< const SolveCriteria< double > > solveCriteria) const | Thyra::AztecOOLinearOpWithSolve | [protected, virtual] |
| solveSupports(const LinearOpWithSolveBase< double > &A, const EOpTransp transp) | Thyra::LinearOpWithSolveBase< double > | |
| solveSupports(const LinearOpWithSolveBase< double > &A, const EOpTransp transp, const Ptr< const SolveCriteria< double > > solveCriteria) | Thyra::LinearOpWithSolveBase< double > | |
| solveSupports(EOpTransp transp) const | Thyra::LinearOpWithSolveBase< double > | |
| solveSupports(EOpTransp transp, const Ptr< const SolveCriteria< double > > solveCriteria) const | Thyra::LinearOpWithSolveBase< double > | |
| solveSupportsConj(EConj conj) const | Thyra::LinearOpWithSolveBase< double > | |
| solveSupportsImpl(EOpTransp M_trans) const | Thyra::AztecOOLinearOpWithSolve | [protected, virtual] |
| solveSupportsNewImpl(EOpTransp transp, const Ptr< const SolveCriteria< double > > solveCriteria) const | Thyra::LinearOpWithSolveBase< double > | [protected, virtual] |
| solveSupportsSolveMeasureType(EOpTransp transp, const SolveMeasureType &solveMeasureType) const | Thyra::LinearOpWithSolveBase< double > | |
| solveSupportsSolveMeasureType(EConj conj, const SolveMeasureType &solveMeasureType) const | Thyra::LinearOpWithSolveBase< double > | |
| solveSupportsSolveMeasureTypeImpl(EOpTransp M_trans, const SolveMeasureType &solveMeasureType) const | Thyra::AztecOOLinearOpWithSolve | [protected, virtual] |
| solveTranspose(const EConj conj, const MultiVectorBase< double > &B, MultiVectorBase< double > *X, const int numBlocks=0, const BlockSolveCriteria< double > blockSolveCriteria[]=NULL, SolveStatus< double > blockSolveStatus[]=NULL) const | Thyra::LinearOpWithSolveBase< double > | |
| solveTransposeSupportsConj(EConj conj) const | Thyra::LinearOpWithSolveBase< double > | |
| solveTransposeSupportsSolveMeasureType(EConj conj, const SolveMeasureType &solveMeasureType) const | Thyra::LinearOpWithSolveBase< double > | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS(int, fwdDefaultMaxIterations) | Thyra::AztecOOLinearOpWithSolve | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS(double, fwdDefaultTol) | Thyra::AztecOOLinearOpWithSolve | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS(int, adjDefaultMaxIterations) | Thyra::AztecOOLinearOpWithSolve | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS(double, adjDefaultTol) | Thyra::AztecOOLinearOpWithSolve | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS(bool, outputEveryRhs) | Thyra::AztecOOLinearOpWithSolve | |
| uninitialize(RCP< const LinearOpBase< double > > *fwdOp=NULL, RCP< const LinearOpSourceBase< double > > *fwdOpSrc=NULL, RCP< const PreconditionerBase< double > > *prec=NULL, bool *isExternalPrec=NULL, RCP< const LinearOpSourceBase< double > > *approxFwdOpSrc=NULL, RCP< AztecOO > *aztecFwdSolver=NULL, bool *allowInexactFwdSolve=NULL, RCP< AztecOO > *aztecAdjSolver=NULL, bool *allowInexactAdjSolve=NULL, double *aztecSolverScalar=NULL) | Thyra::AztecOOLinearOpWithSolve | |
| 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] |
| ~VerboseObjectBase() | Teuchos::VerboseObjectBase | [virtual] |