|
| | CacheTaylorOpsUnitTest () |
| |
| | CacheTaylorOpsUnitTest (int degree, double absolute_tolerance, double relative_tolerance) |
| |
| | ~CacheTaylorOpsUnitTest () |
| |
| void | testMax () |
| |
| void | testMin () |
| |
| | TaylorOpsUnitTest () |
| |
| | TaylorOpsUnitTest (int degree, double absolute_tolerance, double relative_tolerance) |
| |
| | ~TaylorOpsUnitTest () |
| |
| void | setUp () |
| |
| void | tearDown () |
| |
| | BINARY_OP_TEST (testAddition,+) |
| |
| | BINARY_OP_TEST (testSubtraction,-) |
| |
| | BINARY_OP_TEST (testMultiplication,*) |
| |
| | BINARY_OP_TEST (testDivision,/) |
| |
| | RELOP_OP_TEST (testEquals,==) |
| |
| | RELOP_OP_TEST (testNotEquals,!=) |
| |
| | RELOP_OP_TEST (testLessThanOrEquals,<=) |
| |
| | RELOP_OP_TEST (testGreaterThanOrEquals, >=) |
| |
| | RELOP_OP_TEST (testLessThan,<) |
| |
| | RELOP_OP_TEST (testGreaterThan, >) |
| |
| | BINARY_FUNC_TEST (testPow, pow) |
| |
| | BINARY_FUNC_TEST (testMax, max) |
| |
| | BINARY_FUNC_TEST (testMin, min) |
| |
| | UNARY_OP_TEST (testUnaryPlus,+) |
| |
| | UNARY_OP_TEST (testUnaryMinus,-) |
| |
| | UNARY_FUNC_TEST (testExp, exp) |
| |
| | UNARY_FUNC_TEST (testLog, log) |
| |
| | UNARY_FUNC_TEST (testLog10, log10) |
| |
| | UNARY_FUNC_TEST (testSqrt, sqrt) |
| |
| | UNARY_FUNC_TEST (testCos, cos) |
| |
| | UNARY_FUNC_TEST (testSin, sin) |
| |
| | UNARY_FUNC_TEST (testTan, tan) |
| |
| | UNARY_FUNC_TEST (testACos, acos) |
| |
| | UNARY_FUNC_TEST (testASin, asin) |
| |
| | UNARY_FUNC_TEST (testATan, atan) |
| |
| | UNARY_FUNC_TEST (testCosh, cosh) |
| |
| | UNARY_FUNC_TEST (testSinh, sinh) |
| |
| | UNARY_FUNC_TEST (testTanh, tanh) |
| |
| | UNARY_FUNC_TEST (testFAbs, fabs) |
| |
| | UNARY_ASSIGNOP_TEST (testPlusEquals,+=) |
| |
| | UNARY_ASSIGNOP_TEST (testMinusEquals,-=) |
| |
| | UNARY_ASSIGNOP_TEST (testTimesEquals,*=) |
| |
| | UNARY_ASSIGNOP_TEST (testDivideEquals,/=) |
| |
| ScalarT | composite1 (const ScalarT &a, const ScalarT &b) |
| |
| void | testComposite1 () |
| |
| void | testDiff1 () |
| |
| void | testDiff3 () |
| |
| void | print_poly (double *x) |
| |
| void | print_diff (const Sacado::Tay::CacheTaylor< double > &x_dtay, double *x_adolc) |
| |
Definition at line 552 of file TayUnitTests.hpp.