43 #include <Teuchos_UnitTestHarness.hpp> 44 #include <Teuchos_CommandLineProcessor.hpp> 84 RCP<sol_mgr_type> solver;
85 TEST_NOTHROW( solver = rcp (
new sol_mgr_type ()) );
92 typedef std::complex<double> ST;
99 RCP<sol_mgr_type> solver;
100 TEST_THROW( solver = rcp (
new sol_mgr_type ()), std::logic_error );
Alternative run-time polymorphic interface for operators.
Class which describes the linear problem to be solved by the iterative solver.
LSQRSolMgr: interface to the LSQR method.
TEUCHOS_UNIT_TEST(LSQR, RealDoesNotThrow)
Interface for multivectors used by Belos' linear solvers.
LSQR method (for linear systems and linear least-squares problems).
Belos header file which uses auto-configuration information to include necessary C++ headers...