|
Belos
Version of the Day
|
Classical Gram-Schmidt (with DGKS correction) implementation of the Belos::OrthoManager class. More...
#include "BelosConfigDefs.hpp"#include "BelosMultiVecTraits.hpp"#include "BelosOperatorTraits.hpp"#include "BelosMatOrthoManager.hpp"#include "Teuchos_as.hpp"#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"

Go to the source code of this file.
Classes | |
| class | Belos::DGKSOrthoManager< ScalarType, MV, OP > |
| An implementation of the Belos::MatOrthoManager that performs orthogonalization using (potentially) multiple steps of classical Gram-Schmidt. More... | |
Namespaces | |
| namespace | Belos |
Functions | |
| template<class ScalarType > | |
| Teuchos::RCP< const Teuchos::ParameterList > TEUCHOS_DEPRECATED | Belos::getDefaultDgksParameters () |
| Default parameters for DGKSOrthoManager. | |
| template<class ScalarType > | |
| Teuchos::RCP< const Teuchos::ParameterList > TEUCHOS_DEPRECATED | Belos::getFastDgksParameters () |
| "Fast" parameters for DGKSOrthoManager | |
| template<class ScalarType > | |
| void TEUCHOS_DEPRECATED | Belos::readDgksParameters (const Teuchos::RCP< const Teuchos::ParameterList > ¶ms, int &maxNumOrthogPasses, typename Teuchos::ScalarTraits< ScalarType >::magnitudeType &blkTol, typename Teuchos::ScalarTraits< ScalarType >::magnitudeType &depTol, typename Teuchos::ScalarTraits< ScalarType >::magnitudeType &singTol) |
| Read DGKS options from the given parameter list. | |
Classical Gram-Schmidt (with DGKS correction) implementation of the Belos::OrthoManager class.
Definition in file BelosDGKSOrthoManager.hpp.
1.7.6.1