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

Public Member Functions | |
| FadOpsUnitTest2 () | |
| FadOpsUnitTest2 (int numComponents, double absolute_tolerance, double relative_tolerance) | |
| void | setUp () |
| void | tearDown () |
| void | testAddition () |
| void | testSubtraction () |
| void | testMultiplication () |
| void | testDivision () |
| void | testEquals () |
| void | testNotEquals () |
| void | testPow () |
| void | testUnaryPlus () |
| void | testUnaryMinus () |
| void | testExp () |
| void | testLog () |
| void | testLog10 () |
| void | testSqrt () |
| void | testCos () |
| void | testSin () |
| void | testTan () |
| void | testCosh () |
| void | testSinh () |
| void | testTanh () |
| void | testPlusEquals () |
| void | testMinusEquals () |
| void | testTimesEquals () |
| void | testDivideEquals () |
| void | testEqualsLR () |
| void | testPlusEqualsLR () |
| void | testMinusEqualsLR () |
| void | testTimesEqualsLR () |
| void | testDivideEqualsLR () |
| void | testResizeBug6135 () |
| void | testEquality () |
| void | testEqualityConstL () |
| void | testEqualityConstR () |
Protected Attributes | |
| FadType | a_fad |
| FadType | b_fad |
| FadType | c_fad |
| Sacado::Random< ScalarType > | urand |
| int | n |
| double | tol_a |
| double | tol_r |
Definition at line 57 of file FadUnitTests2.hpp.
| FadOpsUnitTest2< FadType, ScalarType >::FadOpsUnitTest2 |
Definition at line 173 of file FadUnitTests2.hpp.
| FadOpsUnitTest2< FadType, ScalarType >::FadOpsUnitTest2 | ( | int | numComponents, |
| double | absolute_tolerance, | ||
| double | relative_tolerance | ||
| ) |
Definition at line 178 of file FadUnitTests2.hpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| void FadOpsUnitTest2< FadType, ScalarType >::setUp |
Definition at line 187 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::tearDown |
Definition at line 206 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testAddition |
Definition at line 211 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testSubtraction |
Definition at line 235 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testMultiplication |
Definition at line 259 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testDivision |
Definition at line 283 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testEquals |
Definition at line 309 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testNotEquals |
Definition at line 327 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testPow |
Definition at line 553 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testUnaryPlus |
Definition at line 345 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testUnaryMinus |
Definition at line 356 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testExp |
Definition at line 367 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testLog |
Definition at line 378 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testLog10 |
Definition at line 389 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testSqrt |
Definition at line 400 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testCos |
Definition at line 411 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testSin |
Definition at line 422 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testTan |
Definition at line 433 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testCosh |
Definition at line 445 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testSinh |
Definition at line 456 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testTanh |
Definition at line 467 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testPlusEquals |
Definition at line 479 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testMinusEquals |
Definition at line 497 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testTimesEquals |
Definition at line 515 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testDivideEquals |
Definition at line 533 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testEqualsLR |
Definition at line 612 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testPlusEqualsLR |
Definition at line 623 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testMinusEqualsLR |
Definition at line 634 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testTimesEqualsLR |
Definition at line 645 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testDivideEqualsLR |
Definition at line 656 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testResizeBug6135 |
Definition at line 667 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testEquality |
Definition at line 677 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testEqualityConstL |
Definition at line 692 of file FadUnitTests2.hpp.
| void FadOpsUnitTest2< FadType, ScalarType >::testEqualityConstR |
Definition at line 705 of file FadUnitTests2.hpp.
|
protected |
Definition at line 159 of file FadUnitTests2.hpp.
|
protected |
Definition at line 159 of file FadUnitTests2.hpp.
|
protected |
Definition at line 159 of file FadUnitTests2.hpp.
|
protected |
Definition at line 162 of file FadUnitTests2.hpp.
|
protected |
Definition at line 165 of file FadUnitTests2.hpp.
|
protected |
Definition at line 168 of file FadUnitTests2.hpp.
|
protected |
Definition at line 168 of file FadUnitTests2.hpp.