|
Belos Package Browser (Single Doxygen Collection)
Development
|
Go to the documentation of this file.
84 RCP<sol_mgr_type> solver;
92 typedef std::complex<double> ST;
100 RCP<sol_mgr_type> solver =
rcp (
new sol_mgr_type ());
101 TEST_THROW( solver->getNumIters() , std::logic_error );
#define TEST_THROW(code, ExceptType)
Belos header file which uses auto-configuration information to include necessary C++ headers.
Class which describes the linear problem to be solved by the iterative solver.
Interface for multivectors used by Belos' linear solvers.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
LSQR method (for linear systems and linear least-squares problems).
TEUCHOS_UNIT_TEST(LSQR, RealDoesNotThrow)
LSQRSolMgr: interface to the LSQR method.
#define TEST_NOTHROW(code)
Alternative run-time polymorphic interface for operators.