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 174 of file FadUnitTests2.hpp.
FadOpsUnitTest2< FadType, ScalarType >::FadOpsUnitTest2 | ( | int | numComponents, |
double | absolute_tolerance, | ||
double | relative_tolerance | ||
) |
Definition at line 179 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 207 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testAddition | ( | ) |
Definition at line 212 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testSubtraction | ( | ) |
Definition at line 236 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testMultiplication | ( | ) |
Definition at line 260 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testDivision | ( | ) |
Definition at line 284 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testEquals | ( | ) |
Definition at line 310 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testNotEquals | ( | ) |
Definition at line 328 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testPow | ( | ) |
Definition at line 554 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testUnaryPlus | ( | ) |
Definition at line 346 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testUnaryMinus | ( | ) |
Definition at line 357 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testExp | ( | ) |
Definition at line 368 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testLog | ( | ) |
Definition at line 379 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testLog10 | ( | ) |
Definition at line 390 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testSqrt | ( | ) |
Definition at line 401 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testCos | ( | ) |
Definition at line 412 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testSin | ( | ) |
Definition at line 423 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testTan | ( | ) |
Definition at line 434 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testCosh | ( | ) |
Definition at line 446 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testSinh | ( | ) |
Definition at line 457 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testTanh | ( | ) |
Definition at line 468 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testPlusEquals | ( | ) |
Definition at line 480 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testMinusEquals | ( | ) |
Definition at line 498 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testTimesEquals | ( | ) |
Definition at line 516 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testDivideEquals | ( | ) |
Definition at line 534 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testEqualsLR | ( | ) |
Definition at line 613 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testPlusEqualsLR | ( | ) |
Definition at line 624 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testMinusEqualsLR | ( | ) |
Definition at line 635 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testTimesEqualsLR | ( | ) |
Definition at line 646 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testDivideEqualsLR | ( | ) |
Definition at line 657 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testResizeBug6135 | ( | ) |
Definition at line 668 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testEquality | ( | ) |
Definition at line 678 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testEqualityConstL | ( | ) |
Definition at line 693 of file FadUnitTests2.hpp.
void FadOpsUnitTest2< FadType, ScalarType >::testEqualityConstR | ( | ) |
Definition at line 706 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.