Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <FadBLASUnitTests.hpp>
Inherits TestFixture.
Public Member Functions | |
FadBLASUnitTests () | |
FadBLASUnitTests (int m, int n, int l, int ndot, double absolute_tolerance, double relative_tolerance) | |
void | setUp () |
void | tearDown () |
void | testSCAL1 () |
void | testSCAL2 () |
void | testSCAL3 () |
void | testSCAL4 () |
void | testCOPY1 () |
void | testCOPY2 () |
void | testCOPY3 () |
void | testCOPY4 () |
void | testAXPY1 () |
void | testAXPY2 () |
void | testAXPY3 () |
void | testAXPY4 () |
void | testDOT1 () |
void | testDOT2 () |
void | testDOT3 () |
void | testDOT4 () |
void | testNRM21 () |
void | testNRM22 () |
void | testGEMV1 () |
void | testGEMV2 () |
void | testGEMV3 () |
void | testGEMV4 () |
void | testGEMV5 () |
void | testGEMV6 () |
void | testGEMV7 () |
void | testGEMV8 () |
void | testGEMV9 () |
void | testTRMV1 () |
void | testTRMV2 () |
void | testTRMV3 () |
void | testTRMV4 () |
void | testGER1 () |
void | testGER2 () |
void | testGER3 () |
void | testGER4 () |
void | testGER5 () |
void | testGER6 () |
void | testGER7 () |
void | testGEMM1 () |
void | testGEMM2 () |
void | testGEMM3 () |
void | testGEMM4 () |
void | testGEMM5 () |
void | testGEMM6 () |
void | testGEMM7 () |
void | testGEMM8 () |
void | testGEMM9 () |
void | testGEMM10 () |
void | testSYMM1 () |
void | testSYMM2 () |
void | testSYMM3 () |
void | testSYMM4 () |
void | testSYMM5 () |
void | testSYMM6 () |
void | testSYMM7 () |
void | testSYMM8 () |
void | testSYMM9 () |
void | testTRMM1 () |
void | testTRMM2 () |
void | testTRMM3 () |
void | testTRMM4 () |
void | testTRMM5 () |
void | testTRMM6 () |
void | testTRMM7 () |
void | testTRSM1 () |
void | testTRSM2 () |
void | testTRSM3 () |
void | testTRSM4 () |
void | testTRSM5 () |
void | testTRSM6 () |
void | testTRSM7 () |
Protected Attributes | |
Sacado::Random< ScalarType > | urand |
Sacado::Random< double > | real_urand |
unsigned int | m |
unsigned int | n |
unsigned int | l |
unsigned int | ndot |
double | tol_a |
double | tol_r |
Private Types | |
typedef Sacado::Fad::Vector< unsigned int, FadType > | VectorType |
Definition at line 66 of file FadBLASUnitTests.hpp.
|
private |
Definition at line 68 of file FadBLASUnitTests.hpp.
FadBLASUnitTests< FadType, ScalarType >::FadBLASUnitTests | ( | ) |
Definition at line 277 of file FadBLASUnitTests.hpp.
FadBLASUnitTests< FadType, ScalarType >::FadBLASUnitTests | ( | int | m, |
int | n, | ||
int | l, | ||
int | ndot, | ||
double | absolute_tolerance, | ||
double | relative_tolerance | ||
) |
Definition at line 282 of file FadBLASUnitTests.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 |
|
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 |
|
private |
|
private |
|
private |
|
private |
|
private |
void FadBLASUnitTests< FadType, ScalarType >::setUp | ( | ) |
Definition at line 295 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::tearDown | ( | ) |
Definition at line 299 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSCAL1 | ( | ) |
Definition at line 305 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSCAL2 | ( | ) |
Definition at line 343 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSCAL3 | ( | ) |
Definition at line 382 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSCAL4 | ( | ) |
Definition at line 417 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testCOPY1 | ( | ) |
Definition at line 448 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testCOPY2 | ( | ) |
Definition at line 484 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testCOPY3 | ( | ) |
Definition at line 526 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testCOPY4 | ( | ) |
Definition at line 563 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testAXPY1 | ( | ) |
Definition at line 595 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testAXPY2 | ( | ) |
Definition at line 634 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testAXPY3 | ( | ) |
Definition at line 679 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testAXPY4 | ( | ) |
Definition at line 725 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testDOT1 | ( | ) |
Definition at line 760 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testDOT2 | ( | ) |
Definition at line 790 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testDOT3 | ( | ) |
Definition at line 826 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testDOT4 | ( | ) |
Definition at line 861 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testNRM21 | ( | ) |
Definition at line 896 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testNRM22 | ( | ) |
Definition at line 927 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMV1 | ( | ) |
Definition at line 959 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMV2 | ( | ) |
Definition at line 1013 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMV3 | ( | ) |
Definition at line 1073 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMV4 | ( | ) |
Definition at line 1129 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMV5 | ( | ) |
Definition at line 1189 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMV6 | ( | ) |
Definition at line 1237 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMV7 | ( | ) |
Definition at line 1287 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMV8 | ( | ) |
Definition at line 1349 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMV9 | ( | ) |
Definition at line 1411 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMV1 | ( | ) |
Definition at line 1472 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMV2 | ( | ) |
Definition at line 1546 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMV3 | ( | ) |
Definition at line 1624 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMV4 | ( | ) |
Definition at line 1731 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGER1 | ( | ) |
Definition at line 1799 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGER2 | ( | ) |
Definition at line 1854 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGER3 | ( | ) |
Definition at line 1913 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGER4 | ( | ) |
Definition at line 1965 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGER5 | ( | ) |
Definition at line 2033 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGER6 | ( | ) |
Definition at line 2101 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGER7 | ( | ) |
Definition at line 2168 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMM1 | ( | ) |
Definition at line 2217 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMM2 | ( | ) |
Definition at line 2310 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMM3 | ( | ) |
Definition at line 2374 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMM4 | ( | ) |
Definition at line 2438 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMM5 | ( | ) |
Definition at line 2502 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMM6 | ( | ) |
Definition at line 2566 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMM7 | ( | ) |
Definition at line 2653 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMM8 | ( | ) |
Definition at line 2742 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMM9 | ( | ) |
Definition at line 2868 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testGEMM10 | ( | ) |
Definition at line 2994 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSYMM1 | ( | ) |
Definition at line 3119 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSYMM2 | ( | ) |
Definition at line 3195 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSYMM3 | ( | ) |
Definition at line 3271 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSYMM4 | ( | ) |
Definition at line 3351 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSYMM5 | ( | ) |
Definition at line 3431 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSYMM6 | ( | ) |
Definition at line 3501 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSYMM7 | ( | ) |
Definition at line 3573 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSYMM8 | ( | ) |
Definition at line 3670 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testSYMM9 | ( | ) |
Definition at line 3767 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMM1 | ( | ) |
Definition at line 3863 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMM2 | ( | ) |
Definition at line 3946 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMM3 | ( | ) |
Definition at line 4029 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMM4 | ( | ) |
Definition at line 4114 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMM5 | ( | ) |
Definition at line 4199 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMM6 | ( | ) |
Definition at line 4279 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRMM7 | ( | ) |
Definition at line 4356 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRSM1 | ( | ) |
Definition at line 4472 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRSM2 | ( | ) |
Definition at line 4560 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRSM3 | ( | ) |
Definition at line 4643 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRSM4 | ( | ) |
Definition at line 4728 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRSM5 | ( | ) |
Definition at line 4813 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRSM6 | ( | ) |
Definition at line 4893 of file FadBLASUnitTests.hpp.
void FadBLASUnitTests< FadType, ScalarType >::testTRSM7 | ( | ) |
Definition at line 4970 of file FadBLASUnitTests.hpp.
|
protected |
Definition at line 253 of file FadBLASUnitTests.hpp.
|
protected |
Definition at line 256 of file FadBLASUnitTests.hpp.
|
protected |
Definition at line 259 of file FadBLASUnitTests.hpp.
|
protected |
Definition at line 262 of file FadBLASUnitTests.hpp.
|
protected |
Definition at line 265 of file FadBLASUnitTests.hpp.
|
protected |
Definition at line 268 of file FadBLASUnitTests.hpp.
|
protected |
Definition at line 271 of file FadBLASUnitTests.hpp.
|
protected |
Definition at line 271 of file FadBLASUnitTests.hpp.