Go to the documentation of this file.
66 #ifdef HAVE_TEUCHOS_COMPLEX
67 #define BELOS_DEFINE_REGISTER_SOLVER_MANAGER(manager,name) \
68 Impl::registerSolverSubclassForTypes<manager<ST,MV,OP>, ST, MV, OP> (name); \
69 Impl::registerSolverSubclassForTypes<manager<cST,cMV,cOP>, cST, cMV, cOP> (name);
70 #else // HAVE_TEUCHOS_COMPLEX
71 #define BELOS_DEFINE_REGISTER_SOLVER_MANAGER(manager,name) \
72 Impl::registerSolverSubclassForTypes<manager<ST,MV,OP>, ST, MV, OP> (name);
73 #endif // HAVE_TEUCHOS_COMPLEX
80 #ifdef HAVE_TEUCHOS_COMPLEX
81 typedef std::complex<double> cST;
84 #endif // HAVE_TEUCHOS_COMPLEX
Interface for multivectors used by Belos' linear solvers.
The Belos::PseudoBlockCGSolMgr provides a powerful and fully-featured solver manager over the pseudo-...
Interface to Block GMRES and Flexible GMRES.
Declaration and definition of Belos::GCRODRSolMgr, which implements the GCRODR (recycling GMRES) solv...
Interface for multivectors used by Belos' linear solvers.
The Belos::BlockCGSolMgr provides a powerful and fully-featured solver manager over the CG and BlockC...
The Belos::TFQMRSolMgr provides a powerful and fully-featured solver manager over the TFQMR linear so...
#define BELOS_DEFINE_REGISTER_SOLVER_MANAGER(manager, name)
The Belos::PseudoBlockTFQMRSolMgr provides a solver manager for the pseudo-block TFQMR linear solver.
Declaration and definition of Belos::PCPGSolMgr (PCPG iterative linear solver).
The Belos::FixedPointSolMgr provides a solver manager for the FixedPoint linear solver.
The Belos::RCGSolMgr provides a solver manager for the RCG (Recycling Conjugate Gradient) linear solv...
Alternative run-time polymorphic interface for operators.
The Belos::PseudoBlockCGSolMgr provides a solver manager for the BlockCG linear solver.
LSQR method (for linear systems and linear least-squares problems).
The Belos::PseudoBlockTFQMRSolMgr provides a powerful and fully-featured solver manager over the pseu...
Implementation of the GCRODR (Recycling GMRES) iterative linear solver.
The Belos::BlockGmresSolMgr provides a solver manager for the BlockGmres linear solver.
MINRES linear solver solution manager.
The Belos::BiCGStabSolMgr provides a solver manager for the BiCGStab linear solver.
The Belos::BiCGStabSolMgr provides a powerful and fully-featured solver manager over the pseudo-block...
Interface to standard and "pseudoblock" GMRES.
The Belos::FixedPointSolMgr provides a powerful and fully-featured solver manager over the FixedPoint...
PCPG iterative linear solver.
LSQRSolMgr: interface to the LSQR method.
The Belos::PseudoBlockGmresSolMgr provides a solver manager for the BlockGmres linear solver.
The Belos::BlockCGSolMgr provides a solver manager for the BlockCG linear solver.
Solver manager for the MINRES linear solver.
The Belos::TFQMRSolMgr provides a solver manager for the TFQMR linear solver.
Implementation of the RCG (Recycling Conjugate Gradient) iterative linear solver.
void registerSolverFactory()
Alternative run-time polymorphic interface for operators.
Generated on Thu Feb 27 2020 16:06:46 for Belos by
1.8.16