Stratimikos Package Browser (Single Doxygen Collection)
Version of the Day
|
This is the complete list of members for Thyra::AztecOOLinearOpWithSolve, including all inherited members.
allowInexactAdjSolve_ | Thyra::AztecOOLinearOpWithSolve | private |
allowInexactFwdSolve_ | Thyra::AztecOOLinearOpWithSolve | private |
applyImpl(const EOpTransp M_trans, const MultiVectorBase< double > &X, const Ptr< MultiVectorBase< double > > &Y, const double alpha, const double beta) const | Thyra::AztecOOLinearOpWithSolve | protectedvirtual |
approxFwdOpSrc_ | Thyra::AztecOOLinearOpWithSolve | private |
assertInitialized() const | Thyra::AztecOOLinearOpWithSolve | private |
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 | |
describe(Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const | Thyra::AztecOOLinearOpWithSolve | |
description() const | Thyra::AztecOOLinearOpWithSolve | |
domain() const | Thyra::AztecOOLinearOpWithSolve | |
extract_approxFwdOpSrc() | Thyra::AztecOOLinearOpWithSolve | |
extract_fwdOpSrc() | Thyra::AztecOOLinearOpWithSolve | |
extract_prec() | Thyra::AztecOOLinearOpWithSolve | |
fwdOp_ | Thyra::AztecOOLinearOpWithSolve | private |
fwdOpSrc_ | Thyra::AztecOOLinearOpWithSolve | private |
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 | |
isExternalPrec() const | Thyra::AztecOOLinearOpWithSolve | |
isExternalPrec_ | Thyra::AztecOOLinearOpWithSolve | private |
opSupportedImpl(EOpTransp M_trans) const | Thyra::AztecOOLinearOpWithSolve | protectedvirtual |
prec_ | Thyra::AztecOOLinearOpWithSolve | private |
range() const | Thyra::AztecOOLinearOpWithSolve | |
solveImpl(const EOpTransp M_trans, const MultiVectorBase< double > &B, const Ptr< MultiVectorBase< double > > &X, const Ptr< const SolveCriteria< double > > solveCriteria) const | Thyra::AztecOOLinearOpWithSolve | protected |
solveSupportsImpl(EOpTransp M_trans) const | Thyra::AztecOOLinearOpWithSolve | protectedvirtual |
solveSupportsSolveMeasureTypeImpl(EOpTransp M_trans, const SolveMeasureType &solveMeasureType) const | Thyra::AztecOOLinearOpWithSolve | protectedvirtual |
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 |