#include "Thyra_DefaultSpmdVectorSpace.hpp"#include "Thyra_DefaultZeroLinearOp.hpp"#include "Thyra_DefaultIdentityLinearOp.hpp"#include "Thyra_DefaultScaledAdjointLinearOp.hpp"#include "Thyra_DefaultAddedLinearOp.hpp"#include "Thyra_DefaultMultipliedLinearOp.hpp"#include "Thyra_DefaultBlockedLinearOp.hpp"#include "Thyra_VectorStdOps.hpp"#include "Thyra_MultiVectorStdOps.hpp"#include "Thyra_DefaultDiagonalLinearOp.hpp"#include "Thyra_TestingTools.hpp"#include "Thyra_LinearOpTester.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_DefaultComm.hpp"#include "Teuchos_dyn_cast.hpp"#include "Teuchos_StandardCatchMacros.hpp"Include dependency graph for test_composite_linear_ops.cpp:
Go to the source code of this file.
Functions | |
| template<class Scalar> | |
| bool | run_composite_linear_ops_tests (const Teuchos::RefCountPtr< const Teuchos::Comm< Thyra::Index > > comm, const int n, const bool useSpmd, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &tol, const bool dumpAll, Teuchos::FancyOStream *out_arg) |
| Main test driver function for testing various composite linear operator classes. | |
| int | main (int argc, char *argv[]) |
|
||||||||||||||||||||||||||||||||
|
Main test driver function for testing various composite linear operator classes.
Definition at line 51 of file test_composite_linear_ops.cpp. |
|
||||||||||||
|
Definition at line 518 of file test_composite_linear_ops.cpp. |
1.3.9.1