Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
BelosBlockCGSolMgr.hpp File Reference

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_LAPACK.hpp"
#include <algorithm>
Include dependency graph for BelosBlockCGSolMgr.hpp:
This graph shows which files directly or indirectly include this file:

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::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
 

Detailed Description

The Belos::BlockCGSolMgr provides a solver manager for the BlockCG linear solver.

Definition in file BelosBlockCGSolMgr.hpp.