39 Impl::registerSolverSubclassForTypes<BiCGStabSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"BICGSTAB");
40 Impl::registerSolverSubclassForTypes<BlockCGSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"BLOCK CG");
41 Impl::registerSolverSubclassForTypes<BlockGmresSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"BLOCK GMRES");
42 Impl::registerSolverSubclassForTypes<FixedPointSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"FIXED POINT");
43 Impl::registerSolverSubclassForTypes<GCRODRSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"GCRODR");
44 Impl::registerSolverSubclassForTypes<LSQRSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"LSQR");
45 Impl::registerSolverSubclassForTypes<MinresSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"MINRES");
46 Impl::registerSolverSubclassForTypes<PCPGSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"PCPG");
47 Impl::registerSolverSubclassForTypes<PseudoBlockCGSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"PSEUDOBLOCK CG");
48 Impl::registerSolverSubclassForTypes<PseudoBlockGmresSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"PSEUDOBLOCK GMRES");
49 Impl::registerSolverSubclassForTypes<PseudoBlockTFQMRSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"PSEUDOBLOCK TFQMR");
50 Impl::registerSolverSubclassForTypes<RCGSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"RCG");
51 Impl::registerSolverSubclassForTypes<TFQMRSolMgr<SC,MV,OP>,
SC, MV,
OP> (
"TFQMR");