a_dfad | FadOpsUnitTest< FadType, ScalarType > | protected |
a_fad | FadOpsUnitTest< FadType, ScalarType > | protected |
b_dfad | FadOpsUnitTest< FadType, ScalarType > | protected |
b_fad | FadOpsUnitTest< FadType, ScalarType > | protected |
BINARY_FUNC_TEST(testPow, pow) | FadOpsUnitTest< FadType, ScalarType > | |
BINARY_OP_TEST(testAddition,+) | FadOpsUnitTest< FadType, ScalarType > | |
BINARY_OP_TEST(testSubtraction,-) | FadOpsUnitTest< FadType, ScalarType > | |
BINARY_OP_TEST(testMultiplication,*) | FadOpsUnitTest< FadType, ScalarType > | |
BINARY_OP_TEST(testDivision,/) | FadOpsUnitTest< FadType, ScalarType > | |
c_dfad | FadOpsUnitTest< FadType, ScalarType > | protected |
c_fad | FadOpsUnitTest< FadType, ScalarType > | protected |
composite1(const ScalarT &a, const ScalarT &b) | FadOpsUnitTest< FadType, ScalarType > | inline |
CPPUNIT_TEST(testAddition) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testSubtraction) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testMultiplication) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testDivision) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testEquals) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testNotEquals) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testLessThanOrEquals) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testGreaterThanOrEquals) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testLessThan) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testGreaterThan) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testPow) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testMax) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testMin) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testUnaryPlus) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testUnaryMinus) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testExp) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testLog) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testLog10) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testSqrt) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testCos) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testSin) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testTan) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testACos) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testASin) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testATan) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testCosh) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testSinh) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testTanh) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testAbs) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testFAbs) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testPlusEquals) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testMinusEquals) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testTimesEquals) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testDivideEquals) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testComposite1) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testPlusLR) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testMinusLR) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testTimesLR) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testDivideLR) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST(testPowConstB) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST_SUITE(FadOpsUnitTest) | FadOpsUnitTest< FadType, ScalarType > | private |
CPPUNIT_TEST_SUITE_END() | FadOpsUnitTest< FadType, ScalarType > | private |
FadOpsUnitTest() | FadOpsUnitTest< FadType, ScalarType > | |
FadOpsUnitTest(int numComponents, ScalarType absolute_tolerance, ScalarType relative_tolerance) | FadOpsUnitTest< FadType, ScalarType > | |
n | FadOpsUnitTest< FadType, ScalarType > | protected |
RELOP_TEST(testEquals,==) | FadOpsUnitTest< FadType, ScalarType > | |
RELOP_TEST(testNotEquals,!=) | FadOpsUnitTest< FadType, ScalarType > | |
RELOP_TEST(testLessThanOrEquals,<=) | FadOpsUnitTest< FadType, ScalarType > | |
RELOP_TEST(testGreaterThanOrEquals, >=) | FadOpsUnitTest< FadType, ScalarType > | |
RELOP_TEST(testLessThan,<) | FadOpsUnitTest< FadType, ScalarType > | |
RELOP_TEST(testGreaterThan, >) | FadOpsUnitTest< FadType, ScalarType > | |
setUp() | FadOpsUnitTest< FadType, ScalarType > | |
tearDown() | FadOpsUnitTest< FadType, ScalarType > | |
testComposite1() | FadOpsUnitTest< FadType, ScalarType > | inline |
testDivideLR() | FadOpsUnitTest< FadType, ScalarType > | inline |
testMax() | FadOpsUnitTest< FadType, ScalarType > | |
testMin() | FadOpsUnitTest< FadType, ScalarType > | |
testMinusLR() | FadOpsUnitTest< FadType, ScalarType > | inline |
testPlusLR() | FadOpsUnitTest< FadType, ScalarType > | inline |
testPowConstB() | FadOpsUnitTest< FadType, ScalarType > | inline |
testTimesLR() | FadOpsUnitTest< FadType, ScalarType > | inline |
tol_a | FadOpsUnitTest< FadType, ScalarType > | protected |
tol_r | FadOpsUnitTest< FadType, ScalarType > | protected |
UNARY_ASSIGNOP_TEST(testPlusEquals,+=) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_ASSIGNOP_TEST(testMinusEquals,-=) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_ASSIGNOP_TEST(testTimesEquals,*=) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_ASSIGNOP_TEST(testDivideEquals,/=) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testExp, exp) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testLog, log) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testLog10, log10) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testSqrt, sqrt) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testCos, cos) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testSin, sin) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testTan, tan) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testACos, acos) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testASin, asin) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testATan, atan) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testCosh, cosh) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testSinh, sinh) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testTanh, tanh) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testAbs, abs) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_FUNC_TEST(testFAbs, fabs) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_OP_TEST(testUnaryPlus,+) | FadOpsUnitTest< FadType, ScalarType > | |
UNARY_OP_TEST(testUnaryMinus,-) | FadOpsUnitTest< FadType, ScalarType > | |
urand | FadOpsUnitTest< FadType, ScalarType > | protected |