|
Belos
Version of the Day
|
Iterated Modified Gram-Schmidt (IMGS) implementation of the Belos::OrthoManager class. More...
#include "BelosConfigDefs.hpp"#include "BelosMultiVecTraits.hpp"#include "BelosOperatorTraits.hpp"#include "BelosMatOrthoManager.hpp"#include "Teuchos_SerialDenseMatrix.hpp"#include "Teuchos_SerialDenseVector.hpp"#include "Teuchos_as.hpp"#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"

Go to the source code of this file.
Classes | |
| class | Belos::IMGSOrthoManager< ScalarType, MV, OP > |
| An implementation of the Belos::MatOrthoManager that performs orthogonalization using multiple steps of modified Gram-Schmidt. More... | |
Namespaces | |
| Belos | |
Functions | |
| template<class ScalarType , class MV , class OP > | |
| Teuchos::RCP < Teuchos::ParameterList > | Belos::getIMGSDefaultParameters () |
| "Default" parameters for robustness and accuracy. More... | |
| template<class ScalarType , class MV , class OP > | |
| Teuchos::RCP < Teuchos::ParameterList > | Belos::getIMGSFastParameters () |
| "Fast" but possibly unsafe or less accurate parameters. More... | |
Iterated Modified Gram-Schmidt (IMGS) implementation of the Belos::OrthoManager class.
Definition in file BelosIMGSOrthoManager.hpp.
1.8.5