Belos
Version of the Day
|
This is the complete list of members for Belos::TsqrMatOrthoManager< Scalar, MV, OP >, including all inherited members.
_hasOp | Belos::MatOrthoManager< Scalar, MV, OP > | protected |
_Op | Belos::MatOrthoManager< Scalar, MV, OP > | protected |
getFastParameters() | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
getLabel() const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
getMyNonconstParamList() | Teuchos::ParameterListAcceptorDefaultBase | protected |
getMyParamList() const | Teuchos::ParameterListAcceptorDefaultBase | protected |
getNonconstParameterList() | Teuchos::ParameterListAcceptorDefaultBase | virtual |
getOp() const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
getParameterList() const | Teuchos::ParameterListAcceptorDefaultBase | virtual |
getValidParameters() const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
innerProd(const MV &X, const MV &Y, Teuchos::SerialDenseMatrix< int, Scalar > &Z) const | Belos::MatOrthoManager< Scalar, MV, OP > | inline |
innerProd(const MV &X, const MV &Y, Teuchos::RCP< const MV > MY, Teuchos::SerialDenseMatrix< int, Scalar > &Z) const | Belos::MatOrthoManager< Scalar, MV, OP > | inline |
Belos::OrthoManager::innerProd(const MV &X, const MV &Y, Teuchos::SerialDenseMatrix< int, ScalarType > &Z) const =0 | Belos::OrthoManager< ScalarType, MV > | pure virtual |
magnitude_type typedef | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | |
mat_ptr typedef | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | |
mat_type typedef | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | |
MatOrthoManager(Teuchos::RCP< const OP > Op=Teuchos::null) | Belos::MatOrthoManager< Scalar, MV, OP > | inline |
multivector_type typedef | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | |
norm(const MV &X, std::vector< typename Teuchos::ScalarTraits< Scalar >::magnitudeType > &normvec) const | Belos::MatOrthoManager< Scalar, MV, OP > | inline |
norm(const MV &X, Teuchos::RCP< const MV > MX, std::vector< typename Teuchos::ScalarTraits< Scalar >::magnitudeType > &normvec) const | Belos::MatOrthoManager< Scalar, MV, OP > | inline |
Belos::OrthoManager::norm(const MV &X, std::vector< typename Teuchos::ScalarTraits< ScalarType >::magnitudeType > &normvec) const =0 | Belos::OrthoManager< ScalarType, MV > | pure virtual |
normalize(MV &X, Teuchos::RCP< MV > MX, mat_ptr B) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
normalize(MV &X, mat_ptr B) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
MatOrthoManager< Scalar, MV, OP >::normalize(MV &X, Teuchos::RCP< MV > MX, Teuchos::RCP< Teuchos::SerialDenseMatrix< int, Scalar > > B) const =0 | Belos::MatOrthoManager< Scalar, MV, OP > | pure virtual |
MatOrthoManager< Scalar, MV, OP >::normalize(MV &X, Teuchos::RCP< Teuchos::SerialDenseMatrix< int, Scalar > > B) const | Belos::MatOrthoManager< Scalar, MV, OP > | inlinevirtual |
Belos::OrthoManager::normalize(MV &X, Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > B) const =0 | Belos::OrthoManager< ScalarType, MV > | pure virtual |
normalizeOutOfPlace(MV &X, MV &Q, mat_ptr B) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
operator_type typedef | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | |
orthogError(const MV &X1, const MV &X2) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
orthogError(const MV &X1, Teuchos::RCP< const MV > MX1, const MV &X2) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
OrthoManager() | Belos::OrthoManager< ScalarType, MV > | inline |
orthonormError(const MV &X, Teuchos::RCP< const MV > MX) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
orthonormError(const MV &X) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
project(MV &X, Teuchos::RCP< MV > MX, Teuchos::Array< mat_ptr > C, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
project(MV &X, Teuchos::Array< mat_ptr > C, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
MatOrthoManager< Scalar, MV, OP >::project(MV &X, Teuchos::RCP< MV > MX, Teuchos::Array< Teuchos::RCP< Teuchos::SerialDenseMatrix< int, Scalar > > > C, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const =0 | Belos::MatOrthoManager< Scalar, MV, OP > | pure virtual |
MatOrthoManager< Scalar, MV, OP >::project(MV &X, Teuchos::Array< Teuchos::RCP< Teuchos::SerialDenseMatrix< int, Scalar > > > C, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const | Belos::MatOrthoManager< Scalar, MV, OP > | inlinevirtual |
Belos::OrthoManager::project(MV &X, Teuchos::Array< Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > > C, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const =0 | Belos::OrthoManager< ScalarType, MV > | pure virtual |
projectAndNormalize(MV &X, Teuchos::RCP< MV > MX, Teuchos::Array< Teuchos::RCP< Teuchos::SerialDenseMatrix< int, Scalar > > > C, Teuchos::RCP< Teuchos::SerialDenseMatrix< int, Scalar > > B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const | Belos::MatOrthoManager< Scalar, MV, OP > | inline |
Belos::OrthoManager::projectAndNormalize(MV &X, Teuchos::Array< Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > > C, Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const | Belos::OrthoManager< ScalarType, MV > | inline |
projectAndNormalizeImpl(MV &X, Teuchos::Array< Teuchos::RCP< Teuchos::SerialDenseMatrix< int, Scalar > > > C, Teuchos::RCP< Teuchos::SerialDenseMatrix< int, Scalar > > B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const | Belos::MatOrthoManager< Scalar, MV, OP > | inlineprotectedvirtual |
Belos::OrthoManager::projectAndNormalizeImpl(MV &X, Teuchos::Array< Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > > C, Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const =0 | Belos::OrthoManager< ScalarType, MV > | protectedpure virtual |
projectAndNormalizeOutOfPlace(MV &X_in, MV &X_out, Teuchos::Array< mat_ptr > C, mat_ptr B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
projectAndNormalizeWithMxImpl(MV &X, Teuchos::RCP< MV > MX, Teuchos::Array< mat_ptr > C, mat_ptr B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlineprotectedvirtual |
MatOrthoManager< Scalar, MV, OP >::projectAndNormalizeWithMxImpl(MV &X, Teuchos::RCP< MV > MX, Teuchos::Array< Teuchos::RCP< Teuchos::SerialDenseMatrix< int, Scalar > > > C, Teuchos::RCP< Teuchos::SerialDenseMatrix< int, Scalar > > B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const =0 | Belos::MatOrthoManager< Scalar, MV, OP > | protectedpure virtual |
scalar_type typedef | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | |
setLabel(const std::string &label) | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
setMyParamList(const RCP< ParameterList > ¶mList) | Teuchos::ParameterListAcceptorDefaultBase | protected |
setOp(Teuchos::RCP< const OP > Op) | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
setParameterList(const Teuchos::RCP< Teuchos::ParameterList > ¶ms) | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
TsqrMatOrthoManager(const Teuchos::RCP< Teuchos::ParameterList > ¶ms, const std::string &label="Belos", Teuchos::RCP< const OP > Op=Teuchos::null) | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
TsqrMatOrthoManager(const std::string &label="Belos", Teuchos::RCP< const OP > Op=Teuchos::null) | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
unsetParameterList() | Teuchos::ParameterListAcceptorDefaultBase | virtual |
~MatOrthoManager() | Belos::MatOrthoManager< Scalar, MV, OP > | inlinevirtual |
~OrthoManager() | Belos::OrthoManager< ScalarType, MV > | inlinevirtual |
~OutOfPlaceNormalizerMixin() | Belos::OutOfPlaceNormalizerMixin< Scalar, MV > | inlinevirtual |
~TsqrMatOrthoManager() | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |