Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | Private Types | Private Member Functions | List of all members
FadBLASUnitTests< FadType, ScalarType > Class Template Reference

#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
 

Private Member Functions

 CPPUNIT_TEST_SUITE (FadBLASUnitTests)
 
 CPPUNIT_TEST (testSCAL1)
 
 CPPUNIT_TEST (testSCAL2)
 
 CPPUNIT_TEST (testSCAL3)
 
 CPPUNIT_TEST (testSCAL4)
 
 CPPUNIT_TEST (testCOPY1)
 
 CPPUNIT_TEST (testCOPY2)
 
 CPPUNIT_TEST (testCOPY3)
 
 CPPUNIT_TEST (testCOPY4)
 
 CPPUNIT_TEST (testAXPY1)
 
 CPPUNIT_TEST (testAXPY2)
 
 CPPUNIT_TEST (testAXPY3)
 
 CPPUNIT_TEST (testAXPY4)
 
 CPPUNIT_TEST (testDOT1)
 
 CPPUNIT_TEST (testDOT2)
 
 CPPUNIT_TEST (testDOT3)
 
 CPPUNIT_TEST (testDOT4)
 
 CPPUNIT_TEST (testNRM21)
 
 CPPUNIT_TEST (testNRM22)
 
 CPPUNIT_TEST (testGEMV1)
 
 CPPUNIT_TEST (testGEMV2)
 
 CPPUNIT_TEST (testGEMV3)
 
 CPPUNIT_TEST (testGEMV4)
 
 CPPUNIT_TEST (testGEMV5)
 
 CPPUNIT_TEST (testGEMV6)
 
 CPPUNIT_TEST (testGEMV7)
 
 CPPUNIT_TEST (testGEMV8)
 
 CPPUNIT_TEST (testGEMV9)
 
 CPPUNIT_TEST (testTRMV1)
 
 CPPUNIT_TEST (testTRMV2)
 
 CPPUNIT_TEST (testTRMV3)
 
 CPPUNIT_TEST (testTRMV4)
 
 CPPUNIT_TEST (testGER1)
 
 CPPUNIT_TEST (testGER2)
 
 CPPUNIT_TEST (testGER3)
 
 CPPUNIT_TEST (testGER4)
 
 CPPUNIT_TEST (testGER5)
 
 CPPUNIT_TEST (testGER6)
 
 CPPUNIT_TEST (testGER7)
 
 CPPUNIT_TEST (testGEMM1)
 
 CPPUNIT_TEST (testGEMM2)
 
 CPPUNIT_TEST (testGEMM3)
 
 CPPUNIT_TEST (testGEMM4)
 
 CPPUNIT_TEST (testGEMM5)
 
 CPPUNIT_TEST (testGEMM6)
 
 CPPUNIT_TEST (testGEMM7)
 
 CPPUNIT_TEST (testGEMM8)
 
 CPPUNIT_TEST (testGEMM9)
 
 CPPUNIT_TEST (testGEMM10)
 
 CPPUNIT_TEST (testSYMM1)
 
 CPPUNIT_TEST (testSYMM2)
 
 CPPUNIT_TEST (testSYMM3)
 
 CPPUNIT_TEST (testSYMM4)
 
 CPPUNIT_TEST (testSYMM5)
 
 CPPUNIT_TEST (testSYMM6)
 
 CPPUNIT_TEST (testSYMM7)
 
 CPPUNIT_TEST (testSYMM8)
 
 CPPUNIT_TEST (testSYMM9)
 
 CPPUNIT_TEST (testTRMM1)
 
 CPPUNIT_TEST (testTRMM2)
 
 CPPUNIT_TEST (testTRMM3)
 
 CPPUNIT_TEST (testTRMM4)
 
 CPPUNIT_TEST (testTRMM5)
 
 CPPUNIT_TEST (testTRMM6)
 
 CPPUNIT_TEST (testTRMM7)
 
 CPPUNIT_TEST (testTRSM1)
 
 CPPUNIT_TEST (testTRSM2)
 
 CPPUNIT_TEST (testTRSM3)
 
 CPPUNIT_TEST (testTRSM4)
 
 CPPUNIT_TEST (testTRSM5)
 
 CPPUNIT_TEST (testTRSM6)
 
 CPPUNIT_TEST (testTRSM7)
 
 CPPUNIT_TEST_SUITE_END ()
 

Detailed Description

template<class FadType, class ScalarType>
class FadBLASUnitTests< FadType, ScalarType >

Definition at line 66 of file FadBLASUnitTests.hpp.

Member Typedef Documentation

template<class FadType , class ScalarType >
typedef Sacado::Fad::Vector<unsigned int,FadType> FadBLASUnitTests< FadType, ScalarType >::VectorType
private

Definition at line 68 of file FadBLASUnitTests.hpp.

Constructor & Destructor Documentation

template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::FadBLASUnitTests ( )

Definition at line 277 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
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.

Member Function Documentation

template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST_SUITE ( FadBLASUnitTests< FadType, ScalarType >  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSCAL1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSCAL2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSCAL3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSCAL4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testCOPY1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testCOPY2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testCOPY3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testCOPY4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testAXPY1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testAXPY2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testAXPY3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testAXPY4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testDOT1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testDOT2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testDOT3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testDOT4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testNRM21  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testNRM22  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMV1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMV2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMV3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMV4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMV5  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMV6  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMV7  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMV8  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMV9  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMV1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMV2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMV3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMV4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGER1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGER2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGER3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGER4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGER5  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGER6  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGER7  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMM1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMM2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMM3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMM4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMM5  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMM6  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMM7  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMM8  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMM9  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGEMM10  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSYMM1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSYMM2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSYMM3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSYMM4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSYMM5  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSYMM6  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSYMM7  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSYMM8  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testSYMM9  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMM1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMM2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMM3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMM4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMM5  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMM6  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRMM7  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRSM1  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRSM2  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRSM3  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRSM4  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRSM5  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRSM6  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testTRSM7  )
private
template<class FadType , class ScalarType >
FadBLASUnitTests< FadType, ScalarType >::CPPUNIT_TEST_SUITE_END ( )
private
template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::setUp ( )

Definition at line 295 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::tearDown ( )

Definition at line 299 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSCAL1 ( )

Definition at line 305 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSCAL2 ( )

Definition at line 343 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSCAL3 ( )

Definition at line 382 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSCAL4 ( )

Definition at line 417 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testCOPY1 ( )

Definition at line 448 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testCOPY2 ( )

Definition at line 484 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testCOPY3 ( )

Definition at line 526 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testCOPY4 ( )

Definition at line 563 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testAXPY1 ( )

Definition at line 595 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testAXPY2 ( )

Definition at line 634 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testAXPY3 ( )

Definition at line 679 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testAXPY4 ( )

Definition at line 725 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testDOT1 ( )

Definition at line 760 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testDOT2 ( )

Definition at line 790 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testDOT3 ( )

Definition at line 826 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testDOT4 ( )

Definition at line 861 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testNRM21 ( )

Definition at line 896 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testNRM22 ( )

Definition at line 927 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMV1 ( )

Definition at line 959 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMV2 ( )

Definition at line 1013 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMV3 ( )

Definition at line 1073 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMV4 ( )

Definition at line 1129 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMV5 ( )

Definition at line 1189 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMV6 ( )

Definition at line 1237 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMV7 ( )

Definition at line 1287 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMV8 ( )

Definition at line 1349 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMV9 ( )

Definition at line 1411 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMV1 ( )

Definition at line 1472 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMV2 ( )

Definition at line 1546 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMV3 ( )

Definition at line 1624 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMV4 ( )

Definition at line 1731 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGER1 ( )

Definition at line 1799 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGER2 ( )

Definition at line 1854 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGER3 ( )

Definition at line 1913 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGER4 ( )

Definition at line 1965 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGER5 ( )

Definition at line 2033 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGER6 ( )

Definition at line 2101 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGER7 ( )

Definition at line 2168 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMM1 ( )

Definition at line 2217 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMM2 ( )

Definition at line 2310 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMM3 ( )

Definition at line 2374 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMM4 ( )

Definition at line 2438 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMM5 ( )

Definition at line 2502 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMM6 ( )

Definition at line 2566 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMM7 ( )

Definition at line 2653 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMM8 ( )

Definition at line 2742 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMM9 ( )

Definition at line 2868 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testGEMM10 ( )

Definition at line 2994 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSYMM1 ( )

Definition at line 3119 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSYMM2 ( )

Definition at line 3195 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSYMM3 ( )

Definition at line 3271 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSYMM4 ( )

Definition at line 3351 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSYMM5 ( )

Definition at line 3431 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSYMM6 ( )

Definition at line 3501 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSYMM7 ( )

Definition at line 3573 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSYMM8 ( )

Definition at line 3670 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testSYMM9 ( )

Definition at line 3767 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMM1 ( )

Definition at line 3863 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMM2 ( )

Definition at line 3946 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMM3 ( )

Definition at line 4029 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMM4 ( )

Definition at line 4114 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMM5 ( )

Definition at line 4199 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMM6 ( )

Definition at line 4279 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRMM7 ( )

Definition at line 4356 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRSM1 ( )

Definition at line 4472 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRSM2 ( )

Definition at line 4560 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRSM3 ( )

Definition at line 4643 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRSM4 ( )

Definition at line 4728 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRSM5 ( )

Definition at line 4813 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRSM6 ( )

Definition at line 4893 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
void FadBLASUnitTests< FadType, ScalarType >::testTRSM7 ( )

Definition at line 4970 of file FadBLASUnitTests.hpp.

Member Data Documentation

template<class FadType , class ScalarType >
Sacado::Random<ScalarType> FadBLASUnitTests< FadType, ScalarType >::urand
protected

Definition at line 253 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
Sacado::Random<double> FadBLASUnitTests< FadType, ScalarType >::real_urand
protected

Definition at line 256 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
unsigned int FadBLASUnitTests< FadType, ScalarType >::m
protected

Definition at line 259 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
unsigned int FadBLASUnitTests< FadType, ScalarType >::n
protected

Definition at line 262 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
unsigned int FadBLASUnitTests< FadType, ScalarType >::l
protected

Definition at line 265 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
unsigned int FadBLASUnitTests< FadType, ScalarType >::ndot
protected

Definition at line 268 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
double FadBLASUnitTests< FadType, ScalarType >::tol_a
protected

Definition at line 271 of file FadBLASUnitTests.hpp.

template<class FadType , class ScalarType >
double FadBLASUnitTests< FadType, ScalarType >::tol_r
protected

Definition at line 271 of file FadBLASUnitTests.hpp.


The documentation for this class was generated from the following file: