|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#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"
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Functions | |
| template<class Scalar > | |
| bool | Thyra::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[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 129 of file test_std_ops.cpp.
References Thyra::run_std_ops_tests().
1.7.4