|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|

Go to the source code of this file.
Classes | |
| class | LogicalSparseOpsUnitTest |
Macros | |
| #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 Sacado::Fad::DFad< double > | DFadType |
| typedef Sacado::LFad::LogicalSparse< double, bool > | LSType |
Functions | |
| TEST_F (LogicalSparseOpsUnitTest, testComposite1) | |
| TEST_F (LogicalSparseOpsUnitTest, testPlusLR) | |
| TEST_F (LogicalSparseOpsUnitTest, testMinusLR) | |
| TEST_F (LogicalSparseOpsUnitTest, testTimesLR) | |
| TEST_F (LogicalSparseOpsUnitTest, testDivideLR) | |
| TEST_F (LogicalSparseOpsUnitTest, testMax) | |
| TEST_F (LogicalSparseOpsUnitTest, testMin) | |
| #define BINARY_OP_TEST | ( | TESTNAME, | |
| OP ) |
Definition at line 142 of file LogicalSparseUnitTests.cpp.
| #define RELOP_TEST | ( | TESTNAME, | |
| OP ) |
Definition at line 158 of file LogicalSparseUnitTests.cpp.
| #define BINARY_FUNC_TEST | ( | TESTNAME, | |
| FUNC ) |
Definition at line 174 of file LogicalSparseUnitTests.cpp.
| #define UNARY_OP_TEST | ( | TESTNAME, | |
| OP ) |
Definition at line 190 of file LogicalSparseUnitTests.cpp.
| #define UNARY_FUNC_TEST | ( | TESTNAME, | |
| FUNC ) |
Definition at line 197 of file LogicalSparseUnitTests.cpp.
| #define UNARY_ASSIGNOP_TEST | ( | TESTNAME, | |
| OP ) |
Definition at line 204 of file LogicalSparseUnitTests.cpp.
| typedef Sacado::Fad::DFad<double> DFadType |
Definition at line 34 of file LogicalSparseUnitTests.cpp.
| typedef Sacado::LFad::LogicalSparse<double,bool> LSType |
Definition at line 35 of file LogicalSparseUnitTests.cpp.
| TEST_F | ( | LogicalSparseOpsUnitTest | , |
| testComposite1 | ) |
Definition at line 254 of file LogicalSparseUnitTests.cpp.
| TEST_F | ( | LogicalSparseOpsUnitTest | , |
| testPlusLR | ) |
Definition at line 260 of file LogicalSparseUnitTests.cpp.
| TEST_F | ( | LogicalSparseOpsUnitTest | , |
| testMinusLR | ) |
Definition at line 270 of file LogicalSparseUnitTests.cpp.
| TEST_F | ( | LogicalSparseOpsUnitTest | , |
| testTimesLR | ) |
Definition at line 280 of file LogicalSparseUnitTests.cpp.
| TEST_F | ( | LogicalSparseOpsUnitTest | , |
| testDivideLR | ) |
Definition at line 290 of file LogicalSparseUnitTests.cpp.
| TEST_F | ( | LogicalSparseOpsUnitTest | , |
| testMax | ) |
Definition at line 300 of file LogicalSparseUnitTests.cpp.
| TEST_F | ( | LogicalSparseOpsUnitTest | , |
| testMin | ) |
Definition at line 396 of file LogicalSparseUnitTests.cpp.