|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <FadUnitTests2.hpp>

Public Member Functions | |
| RealFadOpsUnitTest2 () | |
| RealFadOpsUnitTest2 (int numComponents, double absolute_tolerance, double relative_tolerance) | |
| void | testLessThanOrEquals () |
| void | testGreaterThanOrEquals () |
| void | testLessThan () |
| void | testGreaterThan () |
| void | testACos () |
| void | testASin () |
| void | testATan () |
| void | testACosh () |
| void | testASinh () |
| void | testATanh () |
| void | testAbs () |
| void | testFAbs () |
| void | testATan2 () |
| void | testMax () |
| void | testMin () |
Private Member Functions | |
| CPPUNIT_TEST_SUITE (RealFadOpsUnitTest2) | |
| CPPUNIT_TEST (testAddition) | |
| CPPUNIT_TEST (testSubtraction) | |
| CPPUNIT_TEST (testMultiplication) | |
| CPPUNIT_TEST (testDivision) | |
| CPPUNIT_TEST (testEquals) | |
| CPPUNIT_TEST (testNotEquals) | |
| CPPUNIT_TEST (testLessThanOrEquals) | |
| CPPUNIT_TEST (testGreaterThanOrEquals) | |
| CPPUNIT_TEST (testLessThan) | |
| CPPUNIT_TEST (testGreaterThan) | |
| CPPUNIT_TEST (testPow) | |
| CPPUNIT_TEST (testATan2) | |
| CPPUNIT_TEST (testMax) | |
| CPPUNIT_TEST (testMin) | |
| CPPUNIT_TEST (testUnaryPlus) | |
| CPPUNIT_TEST (testUnaryMinus) | |
| CPPUNIT_TEST (testExp) | |
| CPPUNIT_TEST (testLog) | |
| CPPUNIT_TEST (testLog10) | |
| CPPUNIT_TEST (testSqrt) | |
| CPPUNIT_TEST (testCos) | |
| CPPUNIT_TEST (testSin) | |
| CPPUNIT_TEST (testTan) | |
| CPPUNIT_TEST (testACos) | |
| CPPUNIT_TEST (testASin) | |
| CPPUNIT_TEST (testATan) | |
| CPPUNIT_TEST (testCosh) | |
| CPPUNIT_TEST (testSinh) | |
| CPPUNIT_TEST (testTanh) | |
| CPPUNIT_TEST (testACosh) | |
| CPPUNIT_TEST (testASinh) | |
| CPPUNIT_TEST (testATanh) | |
| CPPUNIT_TEST (testAbs) | |
| CPPUNIT_TEST (testFAbs) | |
| CPPUNIT_TEST (testPlusEquals) | |
| CPPUNIT_TEST (testMinusEquals) | |
| CPPUNIT_TEST (testTimesEquals) | |
| CPPUNIT_TEST (testDivideEquals) | |
| CPPUNIT_TEST (testPlusLR) | |
| CPPUNIT_TEST (testMinusLR) | |
| CPPUNIT_TEST (testTimesLR) | |
| CPPUNIT_TEST (testDivideLR) | |
| CPPUNIT_TEST_SUITE_END () | |
Definition at line 646 of file FadUnitTests2.hpp.
| RealFadOpsUnitTest2< FadType, ScalarType >::RealFadOpsUnitTest2 | ( | ) | [inline] |
Definition at line 703 of file FadUnitTests2.hpp.
| RealFadOpsUnitTest2< FadType, ScalarType >::RealFadOpsUnitTest2 | ( | int | numComponents, |
| double | absolute_tolerance, | ||
| double | relative_tolerance | ||
| ) | [inline] |
Definition at line 705 of file FadUnitTests2.hpp.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST_SUITE | ( | RealFadOpsUnitTest2< FadType, ScalarType > | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testAddition | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testSubtraction | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testMultiplication | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testDivision | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testEquals | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testNotEquals | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testLessThanOrEquals | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testGreaterThanOrEquals | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testLessThan | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testGreaterThan | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testPow | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testATan2 | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testMax | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testMin | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testUnaryPlus | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testUnaryMinus | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testExp | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testLog | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testLog10 | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testSqrt | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testCos | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testSin | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testTan | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testACos | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testASin | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testATan | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testCosh | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testSinh | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testTanh | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testACosh | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testASinh | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testATanh | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testAbs | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testFAbs | ) | [private] |
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testPlusEquals | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testMinusEquals | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testTimesEquals | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testDivideEquals | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testPlusLR | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testMinusLR | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testTimesLR | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST | ( | testDivideLR | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
Reimplemented from FadOpsUnitTest2< FadType, ScalarType >.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testLessThanOrEquals | ( | ) |
Definition at line 731 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testGreaterThanOrEquals | ( | ) |
Definition at line 749 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testLessThan | ( | ) |
Definition at line 767 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testGreaterThan | ( | ) |
Definition at line 785 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testACos | ( | ) |
Definition at line 803 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testASin | ( | ) |
Definition at line 814 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testATan | ( | ) |
Definition at line 825 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testACosh | ( | ) |
Definition at line 836 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testASinh | ( | ) |
Definition at line 850 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testATanh | ( | ) |
Definition at line 861 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testAbs | ( | ) |
Definition at line 872 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testFAbs | ( | ) |
Definition at line 887 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testATan2 | ( | ) |
Definition at line 902 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testMax | ( | ) |
Definition at line 931 of file FadUnitTests2.hpp.
| void RealFadOpsUnitTest2< FadType, ScalarType >::testMin | ( | ) |
Definition at line 986 of file FadUnitTests2.hpp.
1.7.4