Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Types | Static Private Attributes | List of all members
Belos::BlockCGSolMgr< ScalarType, MV, OP, lapackSupportsScalarType > Class Template Reference

The Belos::BlockCGSolMgr provides a powerful and fully-featured solver manager over the CG and BlockCG linear solver. More...

#include <BelosBlockCGSolMgr.hpp>

Inheritance diagram for Belos::BlockCGSolMgr< ScalarType, MV, OP, lapackSupportsScalarType >:
Inheritance graph
[legend]

Public Member Functions

 BlockCGSolMgr ()
 
 BlockCGSolMgr (const Teuchos::RCP< LinearProblem< ScalarType, MV, OP > > &problem, const Teuchos::RCP< Teuchos::ParameterList > &pl)
 
virtual ~BlockCGSolMgr ()
 

Private Types

typedef
Details::SolverManagerRequiresLapack
< ScalarType, MV, OP,
requiresLapack
base_type
 

Static Private Attributes

static const bool requiresLapack
 

Detailed Description

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

Definition at line 107 of file BelosBlockCGSolMgr.hpp.

Member Typedef Documentation

template<class ScalarType , class MV , class OP , const bool lapackSupportsScalarType = Belos::Details::LapackSupportsScalar<ScalarType>::value>
typedef Details::SolverManagerRequiresLapack<ScalarType, MV, OP, requiresLapack> Belos::BlockCGSolMgr< ScalarType, MV, OP, lapackSupportsScalarType >::base_type
private

Definition at line 113 of file BelosBlockCGSolMgr.hpp.

Constructor & Destructor Documentation

template<class ScalarType , class MV , class OP , const bool lapackSupportsScalarType = Belos::Details::LapackSupportsScalar<ScalarType>::value>
Belos::BlockCGSolMgr< ScalarType, MV, OP, lapackSupportsScalarType >::BlockCGSolMgr ( )
inline

Definition at line 116 of file BelosBlockCGSolMgr.hpp.

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

Definition at line 119 of file BelosBlockCGSolMgr.hpp.

template<class ScalarType , class MV , class OP , const bool lapackSupportsScalarType = Belos::Details::LapackSupportsScalar<ScalarType>::value>
virtual Belos::BlockCGSolMgr< ScalarType, MV, OP, lapackSupportsScalarType >::~BlockCGSolMgr ( )
inlinevirtual

Definition at line 123 of file BelosBlockCGSolMgr.hpp.

Member Data Documentation

template<class ScalarType , class MV , class OP , const bool lapackSupportsScalarType = Belos::Details::LapackSupportsScalar<ScalarType>::value>
const bool Belos::BlockCGSolMgr< ScalarType, MV, OP, lapackSupportsScalarType >::requiresLapack
staticprivate

The documentation for this class was generated from the following file: