| 
    Belos
    Version of the Day
    
   | 
 
The Belos::BlockCGSolMgr provides a solver manager for the BlockCG linear solver. More...
#include "BelosConfigDefs.hpp"#include "BelosTypes.hpp"#include "BelosLinearProblem.hpp"#include "BelosSolverManager.hpp"#include "BelosCGIter.hpp"#include "BelosCGSingleRedIter.hpp"#include "BelosBlockCGIter.hpp"#include "BelosOrthoManagerFactory.hpp"#include "BelosStatusTestMaxIters.hpp"#include "BelosStatusTestGenResNorm.hpp"#include "BelosStatusTestCombo.hpp"#include "BelosStatusTestOutputFactory.hpp"#include "BelosOutputManager.hpp"#include "Teuchos_BLAS.hpp"#include "Teuchos_LAPACK.hpp"#include <algorithm>

Go to the source code of this file.
Classes | |
| class | Belos::BlockCGSolMgrLinearProblemFailure | 
| BlockCGSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e.  More... | |
| class | Belos::BlockCGSolMgrOrthoFailure | 
| BlockCGSolMgrOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors.  More... | |
| class | Belos::BlockCGSolMgr< ScalarType, MV, OP, lapackSupportsScalarType > | 
| The Belos::BlockCGSolMgr provides a powerful and fully-featured solver manager over the CG and BlockCG linear solver.  More... | |
| class | Belos::BlockCGSolMgr< ScalarType, MV, OP, true > | 
Namespaces | |
| Belos | |
The Belos::BlockCGSolMgr provides a solver manager for the BlockCG linear solver.
Definition in file BelosBlockCGSolMgr.hpp.
 1.8.5