Belos Package Browser (Single Doxygen Collection)  Development
Belos::LinearProblem< ScalarType, MV, OP > Member List

This is the complete list of members for Belos::LinearProblem< ScalarType, MV, OP >, including all inherited members.

A_Belos::LinearProblem< ScalarType, MV, OP >private
apply(const MV &x, MV &y) constBelos::LinearProblem< ScalarType, MV, OP >
applyLeftPrec(const MV &x, MV &y) constBelos::LinearProblem< ScalarType, MV, OP >
applyOp(const MV &x, MV &y) constBelos::LinearProblem< ScalarType, MV, OP >
applyRightPrec(const MV &x, MV &y) constBelos::LinearProblem< ScalarType, MV, OP >
B_Belos::LinearProblem< ScalarType, MV, OP >private
blocksize_Belos::LinearProblem< ScalarType, MV, OP >private
computeCurrPrecResVec(MV *R, const MV *X=0, const MV *B=0) constBelos::LinearProblem< ScalarType, MV, OP >
computeCurrResVec(MV *R, const MV *X=0, const MV *B=0) constBelos::LinearProblem< ScalarType, MV, OP >
curB_Belos::LinearProblem< ScalarType, MV, OP >private
curX_Belos::LinearProblem< ScalarType, MV, OP >private
getCurrLHSVec()Belos::LinearProblem< ScalarType, MV, OP >
getCurrRHSVec()Belos::LinearProblem< ScalarType, MV, OP >
getInitPrecResVec() constBelos::LinearProblem< ScalarType, MV, OP >
getInitResVec() constBelos::LinearProblem< ScalarType, MV, OP >
getLeftPrec() constBelos::LinearProblem< ScalarType, MV, OP >inline
getLHS() constBelos::LinearProblem< ScalarType, MV, OP >inline
getLSIndex() constBelos::LinearProblem< ScalarType, MV, OP >inline
getLSNumber() constBelos::LinearProblem< ScalarType, MV, OP >inline
getOperator() constBelos::LinearProblem< ScalarType, MV, OP >inline
getRHS() constBelos::LinearProblem< ScalarType, MV, OP >inline
getRightPrec() constBelos::LinearProblem< ScalarType, MV, OP >inline
getTimers() constBelos::LinearProblem< ScalarType, MV, OP >inline
isHermitian() constBelos::LinearProblem< ScalarType, MV, OP >inline
isHermitian_Belos::LinearProblem< ScalarType, MV, OP >private
isLeftPrec() constBelos::LinearProblem< ScalarType, MV, OP >inline
isProblemSet() constBelos::LinearProblem< ScalarType, MV, OP >inline
isRightPrec() constBelos::LinearProblem< ScalarType, MV, OP >inline
isSet_Belos::LinearProblem< ScalarType, MV, OP >private
isSolutionUpdated() constBelos::LinearProblem< ScalarType, MV, OP >inline
label_Belos::LinearProblem< ScalarType, MV, OP >private
Left_Scale_Belos::LinearProblem< ScalarType, MV, OP >private
LinearProblem(void)Belos::LinearProblem< ScalarType, MV, OP >
LinearProblem(const Teuchos::RCP< const OP > &A, const Teuchos::RCP< MV > &X, const Teuchos::RCP< const MV > &B)Belos::LinearProblem< ScalarType, MV, OP >
LinearProblem(const LinearProblem< ScalarType, MV, OP > &Problem)Belos::LinearProblem< ScalarType, MV, OP >
LP_Belos::LinearProblem< ScalarType, MV, OP >private
lsNum_Belos::LinearProblem< ScalarType, MV, OP >private
MVT typedefBelos::LinearProblem< ScalarType, MV, OP >private
num2Solve_Belos::LinearProblem< ScalarType, MV, OP >private
OPT typedefBelos::LinearProblem< ScalarType, MV, OP >private
PR0_Belos::LinearProblem< ScalarType, MV, OP >private
PR0_user_Belos::LinearProblem< ScalarType, MV, OP >private
R0_Belos::LinearProblem< ScalarType, MV, OP >private
R0_user_Belos::LinearProblem< ScalarType, MV, OP >private
rhsIndex_Belos::LinearProblem< ScalarType, MV, OP >private
Right_Scale_Belos::LinearProblem< ScalarType, MV, OP >private
RP_Belos::LinearProblem< ScalarType, MV, OP >private
setCurrLS()Belos::LinearProblem< ScalarType, MV, OP >
setHermitian(bool isSym=true)Belos::LinearProblem< ScalarType, MV, OP >inline
setInitPrecResVec(const Teuchos::RCP< const MV > &PR0)Belos::LinearProblem< ScalarType, MV, OP >inline
setInitResVec(const Teuchos::RCP< const MV > &R0)Belos::LinearProblem< ScalarType, MV, OP >inline
setLabel(const std::string &label)Belos::LinearProblem< ScalarType, MV, OP >
setLeftPrec(const Teuchos::RCP< const OP > &LP)Belos::LinearProblem< ScalarType, MV, OP >inline
setLHS(const Teuchos::RCP< MV > &X)Belos::LinearProblem< ScalarType, MV, OP >inline
setLSIndex(const std::vector< int > &index)Belos::LinearProblem< ScalarType, MV, OP >
setOperator(const Teuchos::RCP< const OP > &A)Belos::LinearProblem< ScalarType, MV, OP >inline
setProblem(const Teuchos::RCP< MV > &newX=Teuchos::null, const Teuchos::RCP< const MV > &newB=Teuchos::null)Belos::LinearProblem< ScalarType, MV, OP >
setRHS(const Teuchos::RCP< const MV > &B)Belos::LinearProblem< ScalarType, MV, OP >inline
setRightPrec(const Teuchos::RCP< const OP > &RP)Belos::LinearProblem< ScalarType, MV, OP >inline
solutionUpdated_Belos::LinearProblem< ScalarType, MV, OP >private
timerOp_Belos::LinearProblem< ScalarType, MV, OP >mutableprivate
timerPrec_Belos::LinearProblem< ScalarType, MV, OP >mutableprivate
updateSolution(const Teuchos::RCP< MV > &update=Teuchos::null, bool updateLP=false, ScalarType scale=Teuchos::ScalarTraits< ScalarType >::one())Belos::LinearProblem< ScalarType, MV, OP >
updateSolution(const Teuchos::RCP< MV > &update=Teuchos::null, ScalarType scale=Teuchos::ScalarTraits< ScalarType >::one()) constBelos::LinearProblem< ScalarType, MV, OP >inline
X_Belos::LinearProblem< ScalarType, MV, OP >private
~LinearProblem(void)Belos::LinearProblem< ScalarType, MV, OP >virtual