#include "Thyra_LinearOperatorImpl.hpp"#include "Thyra_LinearCombinationImpl.hpp"#include "Thyra_VectorImpl.hpp"#include "Thyra_TestSpecifier.hpp"#include "Thyra_TesterBase.hpp"#include "Teuchos_ScalarTraits.hpp"Include dependency graph for Thyra_LinearCombinationTester.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Classes | |
| class | Thyra::LinearCombinationTester< Scalar > |
Defines | |
| #define | TESTER(form1, form2) |
|
|
Value: {\
Vector<Scalar> _val1 = form1;\
TEST_FOR_EXCEPT(_val1.constPtr().get()==0);\
Vector<Scalar> _val2 = form2;\
TEST_FOR_EXCEPT(_val2.constPtr().get()==0);\
ScalarMag err = norm2(_val1-_val2);\
if (!checkTest(spec_, err, "[" #form1 "] == [" #form2 "]")) pass = false;\
}
Definition at line 39 of file Thyra_LinearCombinationTester.hpp. |
1.3.9.1