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"
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 | |
Belos | |
Functions | |
template<class ScalarType , class MV , class OP > | |
Teuchos::RCP < Teuchos::ParameterList > | Belos::getDGKSDefaultParameters () |
"Default" parameters for robustness and accuracy. More... | |
template<class ScalarType , class MV , class OP > | |
Teuchos::RCP < Teuchos::ParameterList > | Belos::getDGKSFastParameters () |
"Fast" but possibly unsafe or less accurate parameters. More... | |
Classical Gram-Schmidt (with DGKS correction) implementation of the Belos::OrthoManager class.
Definition in file BelosDGKSOrthoManager.hpp.