Belos
Version of the Day
|
This is the complete list of members for Belos::OrthoManager< ScalarType, MV >, including all inherited members.
getLabel() const =0 | Belos::OrthoManager< ScalarType, MV > | pure virtual |
innerProd(const MV &X, const MV &Y, Teuchos::SerialDenseMatrix< int, ScalarType > &Z) const =0 | Belos::OrthoManager< ScalarType, MV > | pure virtual |
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< Teuchos::SerialDenseMatrix< int, ScalarType > > B) const =0 | Belos::OrthoManager< ScalarType, MV > | pure virtual |
orthogError(const MV &X1, const MV &X2) const =0 | Belos::OrthoManager< ScalarType, MV > | pure virtual |
OrthoManager() | Belos::OrthoManager< ScalarType, MV > | inline |
orthonormError(const MV &X) const =0 | Belos::OrthoManager< ScalarType, MV > | pure virtual |
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::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, ScalarType > > > C, Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > B, Teuchos::ArrayView< Teuchos::RCP< const MV > > Q) const =0 | Belos::OrthoManager< ScalarType, MV > | protectedpure virtual |
setLabel(const std::string &label)=0 | Belos::OrthoManager< ScalarType, MV > | pure virtual |
~OrthoManager() | Belos::OrthoManager< ScalarType, MV > | inlinevirtual |