42 #ifndef BELOSSOLVERFACTORY_BELOS_HPP
43 #define BELOSSOLVERFACTORY_BELOS_HPP
73 #ifdef HAVE_TEUCHOS_COMPLEX
74 class BelosComplexSolverFactory :
public Impl::SolverFactoryParent<std::complex<double>,MultiVec<std::complex<double>>,Operator<std::complex<double>>>
77 BelosComplexSolverFactory() {
83 class SolverFactorySelector<std::complex<double>,MultiVec<std::complex<double>>,Operator<std::complex<double>>> {
85 typedef BelosComplexSolverFactory
type;
92 #endif // BELOSSOLVERFACTORY_BELOS_HPP
SolverFactoryParent< SC, MV, OP > type
Alternative run-time polymorphic interface for operators.
void registerSolverFactory()
Specializations of Belos::SolverFactory may inherit from this class to get basic SolverFactory functi...
Alternative run-time polymorphic interface for operators.
Interface for multivectors used by Belos' linear solvers.
Interface for multivectors used by Belos' linear solvers.