67 #ifdef HAVE_TEUCHOS_COMPLEX 
   68 #define BELOS_DEFINE_REGISTER_SOLVER_MANAGER(manager,name)                           \ 
   69   Impl::registerSolverSubclassForTypes<manager<ST,MV,OP>, ST, MV, OP> (name);        \ 
   70   Impl::registerSolverSubclassForTypes<manager<cST,cMV,cOP>, cST, cMV, cOP> (name); 
   71 #else // HAVE_TEUCHOS_COMPLEX 
   72 #define BELOS_DEFINE_REGISTER_SOLVER_MANAGER(manager,name)            \ 
   73   Impl::registerSolverSubclassForTypes<manager<ST,MV,OP>, ST, MV, OP> (name); 
   74 #endif // HAVE_TEUCHOS_COMPLEX 
   81 #ifdef HAVE_TEUCHOS_COMPLEX 
   82   typedef std::complex<double> cST;
 
   85 #endif // HAVE_TEUCHOS_COMPLEX 
Solver manager for the MINRES linear solver. 
 
The Belos::FixedPointSolMgr provides a powerful and fully-featured solver manager over the FixedPoint...
 
The Belos::PseudoBlockCGSolMgr provides a solver manager for the BlockCG linear solver. 
 
The Belos::PseudoBlockTFQMRSolMgr provides a solver manager for the pseudo-block TFQMR linear solver...
 
Implementation of the RCG (Recycling Conjugate Gradient) iterative linear solver. ...
 
The Belos::BlockCGSolMgr provides a powerful and fully-featured solver manager over the CG and BlockC...
 
The Belos::FixedPointSolMgr provides a solver manager for the FixedPoint linear solver. 
 
Declaration and definition of Belos::PCPGSolMgr (PCPG iterative linear solver). 
 
Interface to Block GMRES and Flexible GMRES. 
 
The Belos::PseudoBlockCGSolMgr provides a powerful and fully-featured solver manager over the pseudo-...
 
Declaration and definition of Belos::GCRODRSolMgr, which implements the GCRODR (recycling GMRES) solv...
 
Alternative run-time polymorphic interface for operators. 
 
The Belos::BlockGmresSolMgr provides a solver manager for the BlockGmres linear solver. 
 
MINRES linear solver solution manager. 
 
Declaration and definition of Belos::GmresPolySolMgr (hybrid block GMRES linear solver). 
 
void registerSolverFactory()
 
The Belos::BiCGStabSolMgr provides a solver manager for the BiCGStab linear solver. 
 
Implementation of the GCRODR (Recycling GMRES) iterative linear solver. 
 
The Belos::PseudoBlockTFQMRSolMgr provides a powerful and fully-featured solver manager over the pseu...
 
Interface to standard and "pseudoblock" GMRES. 
 
The GMRES polynomial can be created in conjunction with any standard preconditioner. 
 
The Belos::TFQMRSolMgr provides a powerful and fully-featured solver manager over the TFQMR linear so...
 
The Belos::BlockCGSolMgr provides a solver manager for the BlockCG linear solver. ...
 
LSQRSolMgr: interface to the LSQR method. 
 
#define BELOS_DEFINE_REGISTER_SOLVER_MANAGER(manager, name)
 
The Belos::BiCGStabSolMgr provides a powerful and fully-featured solver manager over the pseudo-block...
 
Alternative run-time polymorphic interface for operators. 
 
PCPG iterative linear solver. 
 
Interface for multivectors used by Belos' linear solvers. 
 
LSQR method (for linear systems and linear least-squares problems). 
 
The Belos::RCGSolMgr provides a solver manager for the RCG (Recycling Conjugate Gradient) linear solv...
 
The Belos::PseudoBlockGmresSolMgr provides a solver manager for the BlockGmres linear solver...
 
The Belos::TFQMRSolMgr provides a solver manager for the TFQMR linear solver. 
 
Interface for multivectors used by Belos' linear solvers.