Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Belos::TsqrOrthoManagerImpl< Scalar, MV > Member List

This is the complete list of members for Belos::TsqrOrthoManagerImpl< Scalar, MV >, including all inherited members.

allocateProjectionCoefficients(Teuchos::Array< mat_ptr > &C, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q, const MV &X, const bool attemptToRecycle=true) const Belos::TsqrOrthoManagerImpl< Scalar, MV >private
blockReorthogThreshold() const Belos::TsqrOrthoManagerImpl< Scalar, MV >inline
blockReorthogThreshold_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
checkProjectionDims(int &ncols_X, int &num_Q_blocks, int &ncols_Q_total, const MV &X, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const Belos::TsqrOrthoManagerImpl< Scalar, MV >private
defaultParams_Belos::TsqrOrthoManagerImpl< Scalar, MV >mutableprivate
eps_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
forceNonnegativeDiagonal_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
getFastParameters()Belos::TsqrOrthoManagerImpl< Scalar, MV >
getLabel() const Belos::TsqrOrthoManagerImpl< Scalar, MV >inline
getMyNonconstParamList()Teuchos::ParameterListAcceptorDefaultBaseprotected
getMyParamList() const Teuchos::ParameterListAcceptorDefaultBaseprotected
getNonconstParameterList()Teuchos::ParameterListAcceptorDefaultBasevirtual
getParameterList() const Teuchos::ParameterListAcceptorDefaultBasevirtual
getValidParameters() const Belos::TsqrOrthoManagerImpl< Scalar, MV >virtual
innerProd(const MV &X, const MV &Y, mat_type &Z) const Belos::TsqrOrthoManagerImpl< Scalar, MV >inline
label_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
magnitude_type typedefBelos::TsqrOrthoManagerImpl< Scalar, MV >
mat_ptr typedefBelos::TsqrOrthoManagerImpl< Scalar, MV >
mat_type typedefBelos::TsqrOrthoManagerImpl< Scalar, MV >
multivector_type typedefBelos::TsqrOrthoManagerImpl< Scalar, MV >
MVT typedefBelos::TsqrOrthoManagerImpl< Scalar, MV >private
norm(const MV &X, std::vector< magnitude_type > &normVec) const Belos::TsqrOrthoManagerImpl< Scalar, MV >
normalize(MV &X, mat_ptr B)Belos::TsqrOrthoManagerImpl< Scalar, MV >
normalizeImpl(MV &X, MV &Q, mat_ptr B, const bool outOfPlace)Belos::TsqrOrthoManagerImpl< Scalar, MV >private
normalizeOne(MV &X, mat_ptr B) const Belos::TsqrOrthoManagerImpl< Scalar, MV >private
normalizeOutOfPlace(MV &X, MV &Q, mat_ptr B)Belos::TsqrOrthoManagerImpl< Scalar, MV >
orthogError(const MV &X1, const MV &X2) const Belos::TsqrOrthoManagerImpl< Scalar, MV >inline
orthonormError(const MV &X) const Belos::TsqrOrthoManagerImpl< Scalar, MV >inline
params_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
project(MV &X, Teuchos::Array< mat_ptr > C, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q)Belos::TsqrOrthoManagerImpl< Scalar, MV >
projectAndNormalize(MV &X, Teuchos::Array< mat_ptr > C, mat_ptr B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q)Belos::TsqrOrthoManagerImpl< Scalar, MV >inline
projectAndNormalizeImpl(MV &X_in, MV &X_out, const bool outOfPlace, Teuchos::Array< mat_ptr > C, mat_ptr B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q)Belos::TsqrOrthoManagerImpl< Scalar, MV >private
projectAndNormalizeOutOfPlace(MV &X_in, MV &X_out, Teuchos::Array< mat_ptr > C, mat_ptr B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q)Belos::TsqrOrthoManagerImpl< Scalar, MV >inline
Q_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
raiseReorthogFault(const std::vector< magnitude_type > &normsAfterFirstPass, const std::vector< magnitude_type > &normsAfterSecondPass, const std::vector< int > &faultIndices)Belos::TsqrOrthoManagerImpl< Scalar, MV >private
randomizeNullSpace_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
rawNormalize(MV &X, MV &Q, mat_type &B)Belos::TsqrOrthoManagerImpl< Scalar, MV >private
rawProject(MV &X, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q, Teuchos::ArrayView< mat_ptr > C) const Belos::TsqrOrthoManagerImpl< Scalar, MV >private
rawProject(MV &X, const Teuchos::RCP< const MV > &Q, const mat_ptr &C) const Belos::TsqrOrthoManagerImpl< Scalar, MV >private
relativeRankTolerance() const Belos::TsqrOrthoManagerImpl< Scalar, MV >inline
relativeRankTolerance_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
reorthogCallback_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
reorthogonalizeBlocks_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
scalar_type typedefBelos::TsqrOrthoManagerImpl< Scalar, MV >
SCT typedefBelos::TsqrOrthoManagerImpl< Scalar, MV >private
SCTM typedefBelos::TsqrOrthoManagerImpl< Scalar, MV >private
setLabel(const std::string &label)Belos::TsqrOrthoManagerImpl< Scalar, MV >inline
setMyParamList(const RCP< ParameterList > &paramList)Teuchos::ParameterListAcceptorDefaultBaseprotected
setParameterList(const Teuchos::RCP< Teuchos::ParameterList > &params)Belos::TsqrOrthoManagerImpl< Scalar, MV >virtual
setReorthogonalizationCallback(const Teuchos::RCP< ReorthogonalizationCallback< Scalar > > &callback)Belos::TsqrOrthoManagerImpl< Scalar, MV >inline
throwOnReorthogFault_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
tsqr_adaptor_type typedefBelos::TsqrOrthoManagerImpl< Scalar, MV >private
tsqrAdaptor_Belos::TsqrOrthoManagerImpl< Scalar, MV >private
TsqrOrthoManagerImpl(const Teuchos::RCP< Teuchos::ParameterList > &params, const std::string &label)Belos::TsqrOrthoManagerImpl< Scalar, MV >
TsqrOrthoManagerImpl(const std::string &label)Belos::TsqrOrthoManagerImpl< Scalar, MV >
unsetParameterList()Teuchos::ParameterListAcceptorDefaultBasevirtual