|
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 | |
| namespace | Belos |
Functions | |
| template<class ScalarType > | |
| Teuchos::RCP< const Teuchos::ParameterList > TEUCHOS_DEPRECATED | Belos::getDefaultImgsParameters () |
| Default parameters for IMGSOrthoManager. | |
| template<class ScalarType > | |
| Teuchos::RCP< const Teuchos::ParameterList > TEUCHOS_DEPRECATED | Belos::getFastImgsParameters () |
| "Fast" parameters for IMGSOrthoManager | |
| template<class ScalarType > | |
| void TEUCHOS_DEPRECATED | Belos::readImgsParameters (const Teuchos::RCP< const Teuchos::ParameterList > ¶ms, int &maxNumOrthogPasses, typename Teuchos::ScalarTraits< ScalarType >::magnitudeType &blkTol, typename Teuchos::ScalarTraits< ScalarType >::magnitudeType &singTol) |
| Read IMGS options from the given parameter list. | |
Iterated Modified Gram-Schmidt (IMGS) implementation of the Belos::OrthoManager class.
Definition in file BelosIMGSOrthoManager.hpp.
1.7.6.1