Belos Package Browser (Single Doxygen Collection)
Development
|
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 |
base_type typedef | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | private |
dgks_type typedef | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | private |
ensureDgksInit() const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlineprivate |
getFastParameters() | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
getLabel() const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |
getOp() const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
getValidParameters() const | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
innerProd(const MV &X, const MV &Y, Teuchos::SerialDenseMatrix< int, Scalar > &Z) const | Belos::MatOrthoManager< Scalar, MV, OP > | inlinevirtual |
innerProd(const MV &X, const MV &Y, Teuchos::RCP< const MV > MY, Teuchos::SerialDenseMatrix< int, Scalar > &Z) const | Belos::MatOrthoManager< Scalar, MV, OP > | inline |
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 > | |
MVT typedef | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | private |
norm(const MV &X, std::vector< typename Teuchos::ScalarTraits< Scalar >::magnitudeType > &normvec) const | Belos::MatOrthoManager< Scalar, MV, OP > | inlinevirtual |
norm(const MV &X, Teuchos::RCP< const MV > MX, std::vector< typename Teuchos::ScalarTraits< Scalar >::magnitudeType > &normvec) const | Belos::MatOrthoManager< Scalar, MV, OP > | inline |
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 |
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< Scalar, 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 |
pDgks_ | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | mutableprivate |
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 |
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 |
OrthoManager< Scalar, MV >::projectAndNormalize(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::OrthoManager< Scalar, 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 |
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 |
setOp(Teuchos::RCP< const OP > Op) | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
setParameterList(const Teuchos::RCP< Teuchos::ParameterList > ¶ms) | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inline |
tsqr_ | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | mutableprivate |
tsqr_type typedef | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | private |
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 |
~MatOrthoManager() | Belos::MatOrthoManager< Scalar, MV, OP > | inlinevirtual |
~OrthoManager() | Belos::OrthoManager< Scalar, MV > | inlinevirtual |
~OutOfPlaceNormalizerMixin() | Belos::OutOfPlaceNormalizerMixin< Scalar, MV > | inlinevirtual |
~TsqrMatOrthoManager() | Belos::TsqrMatOrthoManager< Scalar, MV, OP > | inlinevirtual |