#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_DefaultComm.hpp"#include "Thyra_VectorImpl.hpp"#include "Thyra_VectorSpaceImpl.hpp"#include "Thyra_LinearCombinationTester.hpp"#include "Thyra_DefaultSpmdVectorSpace.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_ScalarTraits.hpp"#include "Teuchos_StandardCatchMacros.hpp"#include "Teuchos_VerboseObject.hpp"Include dependency graph for test_linear_combination.cpp:
Go to the source code of this file.
Defines | |
| #define | SKIP_BLOCK_TESTS |
| #define | TEST_FLOATS |
| #define | TEST_COMPLEX |
Functions | |
| template<class Scalar> | |
| bool | runTests (int n, Teuchos::RefCountPtr< Teuchos::FancyOStream > &out) |
| int | main (int argc, char *argv[]) |
|
|
Definition at line 44 of file test_linear_combination.cpp. |
|
|
Definition at line 46 of file test_linear_combination.cpp. |
|
|
Definition at line 47 of file test_linear_combination.cpp. |
|
||||||||||||||||
|
Definition at line 50 of file test_linear_combination.cpp. |
|
||||||||||||
|
Definition at line 72 of file test_linear_combination.cpp. |
1.3.9.1