|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_VerboseObject.hpp"#include "Thyra_DefaultSpmdVectorSpace.hpp"#include "Thyra_DefaultSpmdMultiVector.hpp"#include "Thyra_LinearOpScalarProd.hpp"#include "Thyra_EuclideanScalarProd.hpp"#include "Thyra_VectorBase.hpp"#include "Thyra_MultiVectorBase.hpp"#include "Thyra_VectorStdOps.hpp"#include "Thyra_MultiVectorStdOps.hpp"#include "Thyra_DefaultDiagonalLinearOp.hpp"#include "Thyra_DefaultSerialVectorSpaceConverter.hpp"#include "Thyra_DefaultScaledAdjointLinearOp.hpp"#include "Thyra_TestingTools.hpp"#include "Thyra_LinearOpTester.hpp"
Go to the source code of this file.
Functions | |
| template<class Scalar > | |
| bool | run_scalar_product_tests (const int n, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &tol, const bool dumpAll, Teuchos::FancyOStream *out_arg) |
| Main test driver function for scalar products. | |
| int | main (int argc, char *argv[]) |
| bool run_scalar_product_tests | ( | const int | n, |
| const typename Teuchos::ScalarTraits< Scalar >::magnitudeType & | tol, | ||
| const bool | dumpAll, | ||
| Teuchos::FancyOStream * | out_arg | ||
| ) |
Main test driver function for scalar products.
Definition at line 51 of file test_scalar_product.cpp.
References Thyra::assign(), Thyra::LinearOpTester< Scalar >::check(), Thyra::VectorSpaceBase< Scalar >::createMember(), Thyra::randomize(), Thyra::relErr(), and Thyra::testBoolExpr().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 203 of file test_scalar_product.cpp.
References Thyra::n, and run_scalar_product_tests().
1.7.4