Belos
Version of the Day
|
Iterated Classical Gram-Schmidt (ICGS) 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::ICGSOrthoManager< ScalarType, MV, OP > |
An implementation of the Belos::MatOrthoManager that performs orthogonalization using multiple steps of classical Gram-Schmidt. More... | |
Namespaces | |
Belos | |
Functions | |
template<class ScalarType , class MV , class OP > | |
Teuchos::RCP < Teuchos::ParameterList > | Belos::getICGSDefaultParameters () |
"Default" parameters for robustness and accuracy. More... | |
template<class ScalarType , class MV , class OP > | |
Teuchos::RCP < Teuchos::ParameterList > | Belos::getICGSFastParameters () |
"Fast" but possibly unsafe or less accurate parameters. More... | |
Iterated Classical Gram-Schmidt (ICGS) implementation of the Belos::OrthoManager class.
Definition in file BelosICGSOrthoManager.hpp.