The Belos::BlockCGSolMgr provides a powerful and fully-featured solver manager over the CG and BlockCG linear solver.
More...
#include <BelosBlockCGSolMgr.hpp>
template<class ScalarType, class MV, class OP, const bool lapackSupportsScalarType = Belos::Details::LapackSupportsScalar<ScalarType>::value>
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.
- Author
- Heidi Thornquist, Chris Baker, and Teri Barth
- Examples
- epetra/example/BlockCG/BlockCGEpetraExFile.cpp, epetra/example/BlockCG/BlockPrecCGEpetraExFile.cpp, and tpetra/example/BlockCG/BlockCGTpetraExFile.cpp.
Definition at line 79 of file BelosBlockCGSolMgr.hpp.
◆ BlockCGSolMgr() [1/2]
template<class ScalarType, class MV, class OP, const bool lapackSupportsScalarType = Belos::Details::LapackSupportsScalar<ScalarType>::value>
◆ BlockCGSolMgr() [2/2]
template<class ScalarType, class MV, class OP, const bool lapackSupportsScalarType = Belos::Details::LapackSupportsScalar<ScalarType>::value>
| Belos::BlockCGSolMgr< ScalarType, MV, OP, lapackSupportsScalarType >::BlockCGSolMgr |
( |
const Teuchos::RCP< LinearProblem< ScalarType, MV, OP > > & | problem, |
|
|
const Teuchos::RCP< Teuchos::ParameterList > & | pl ) |
|
inline |
◆ ~BlockCGSolMgr()
template<class ScalarType, class MV, class OP, const bool lapackSupportsScalarType = Belos::Details::LapackSupportsScalar<ScalarType>::value>
The documentation for this class was generated from the following file: