43 #include <Teuchos_UnitTestHarness.hpp> 44 #include <Teuchos_CommandLineProcessor.hpp> 87 RCP<sol_mgr_type> solver;
88 TEST_NOTHROW( solver = rcp (
new sol_mgr_type ()) );
95 typedef std::complex<double> ST;
102 RCP<sol_mgr_type> solver;
103 TEST_NOTHROW( solver = rcp (
new sol_mgr_type ()) );
TEUCHOS_UNIT_TEST(GCRODR, RealDoesNotThrow)
Declaration and definition of Belos::GCRODRSolMgr, which implements the GCRODR (recycling GMRES) solv...
Alternative run-time polymorphic interface for operators.
Class which describes the linear problem to be solved by the iterative solver.
Implementation of the GCRODR (Recycling GMRES) iterative linear solver.
Interface for multivectors used by Belos' linear solvers.
Belos header file which uses auto-configuration information to include necessary C++ headers...