Belos Package Browser (Single Doxygen Collection)
Development
|
#include <BelosConfigDefs.hpp>
#include <Teuchos_UnitTestHarness.hpp>
#include <Teuchos_CommandLineProcessor.hpp>
#include <BelosLinearProblem.hpp>
#include <BelosLSQRSolMgr.hpp>
#include <complex>
#include "MyMultiVec.hpp"
#include "MyBetterOperator.hpp"
#include "MyOperator.hpp"
Go to the source code of this file.
Functions | |
TEUCHOS_UNIT_TEST (LSQR, RealDoesNotThrow) | |
TEUCHOS_UNIT_TEST (LSQR, ComplexThrows) | |
TEUCHOS_UNIT_TEST | ( | LSQR | , |
RealDoesNotThrow | |||
) |
Definition at line 73 of file test_lsqr_complex.cpp.
TEUCHOS_UNIT_TEST | ( | LSQR | , |
ComplexThrows | |||
) |
Definition at line 88 of file test_lsqr_complex.cpp.