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 ()) );
Belos header file which uses auto-configuration information to include necessary C++ headers.
Declaration and definition of Belos::GCRODRSolMgr, which implements the GCRODR (recycling GMRES) solv...
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.
Alternative run-time polymorphic interface for operators.
TEUCHOS_UNIT_TEST(GCRODR, RealDoesNotThrow)