#include "Sacado.hpp"#include "Sacado_Random.hpp"#include "Sacado_PCE_OrthogPoly.hpp"#include "Stokhos_HermiteEBasis.hpp"#include <cppunit/extensions/HelperMacros.h>Include dependency graph for HermiteUnitTests.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | HermiteUnitTest |
Defines | |
| #define | BINARY_OP_TEST(TESTNAME, OP) |
| #define | RELOP_TEST(TESTNAME, OP) |
| #define | BINARY_FUNC_TEST(TESTNAME, FUNC) |
| #define | UNARY_OP_TEST(TESTNAME, OP) |
| #define | UNARY_FUNC_TEST(TESTNAME, FUNC) |
| #define | UNARY_ASSIGNOP_TEST(TESTNAME, OP) |
Typedefs | |
| typedef Stokhos::HermiteEBasis< double > | basis_type |
| typedef Sacado::PCE::OrthogPoly< double >::expansion_type | exp_type |
| typedef Sacado::PCE::OrthogPoly< double > | pce_type |
| #define BINARY_OP_TEST | ( | TESTNAME, | |||
| OP | ) |
| #define RELOP_TEST | ( | TESTNAME, | |||
| OP | ) |
| #define BINARY_FUNC_TEST | ( | TESTNAME, | |||
| FUNC | ) |
| #define UNARY_OP_TEST | ( | TESTNAME, | |||
| OP | ) |
Value:
Definition at line 93 of file HermiteUnitTests.hpp.
| #define UNARY_FUNC_TEST | ( | TESTNAME, | |||
| FUNC | ) |
Value:
Definition at line 100 of file HermiteUnitTests.hpp.
| #define UNARY_ASSIGNOP_TEST | ( | TESTNAME, | |||
| OP | ) |
| typedef Stokhos::HermiteEBasis<double> basis_type |
Definition at line 41 of file HermiteUnitTests.hpp.
| typedef Sacado::PCE::OrthogPoly<double>::expansion_type exp_type |
Definition at line 42 of file HermiteUnitTests.hpp.
| typedef Sacado::PCE::OrthogPoly<double> pce_type |
Definition at line 43 of file HermiteUnitTests.hpp.
1.4.7