Belos Package Browser (Single Doxygen Collection)
Development
|
Orthogonalization manager back end based on Tall Skinny QR (TSQR) More...
#include "BelosConfigDefs.hpp"
#include "BelosMultiVecTraits.hpp"
#include "BelosOrthoManager.hpp"
#include "Teuchos_as.hpp"
#include "Teuchos_LAPACK.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"
#include <algorithm>
#include <functional>
Go to the source code of this file.
Classes | |
class | Belos::TsqrOrthoError |
Error in TsqrOrthoManager or TsqrOrthoManagerImpl. More... | |
class | Belos::TsqrOrthoFault |
Orthogonalization fault. More... | |
class | Belos::ReorthogonalizationCallback< Scalar > |
Interface of callback invoked by TsqrOrthoManager on reorthogonalization. More... | |
class | Belos::TsqrOrthoManagerImpl< Scalar, MV > |
TSQR-based OrthoManager subclass implementation. More... | |
Namespaces | |
Belos | |
Orthogonalization manager back end based on Tall Skinny QR (TSQR)
Definition in file BelosTsqrOrthoManagerImpl.hpp.