#include "Thyra_DefaultSpmdVectorSpace.hpp"#include "Thyra_DefaultProductVectorSpace.hpp"#include "Thyra_VectorStdOpsTester.hpp"#include "Thyra_MultiVectorStdOpsTester.hpp"#include "Thyra_TestingTools.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_DefaultComm.hpp"#include "Teuchos_arrayArg.hpp"Include dependency graph for test_std_ops.cpp:
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Functions | |
| template<class Scalar> | |
| bool | run_std_ops_tests (const int n, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType max_rel_err, const bool dumpAll, Teuchos::FancyOStream *out_arg) |
| Main test driver that runs tests on all standard operators. | |
| int | main (int argc, char *argv[]) |
|
||||||||||||||||||||||||
|
Main test driver that runs tests on all standard operators.
Definition at line 45 of file test_std_ops.cpp. |
|
||||||||||||
|
Definition at line 127 of file test_std_ops.cpp. |
1.3.9.1