Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Protected Types | Protected Member Functions | Protected Attributes | List of all members
FadBLASUnitTests< FadType > Class Template Reference

#include <FadBLASUnitTests.hpp>

Inheritance diagram for FadBLASUnitTests< FadType >:
Inheritance graph
[legend]

Protected Types

typedef Sacado::ScalarType< FadType >::type ScalarType
 
typedef Sacado::Fad::Vector< unsigned int, FadTypeVectorType
 

Protected Member Functions

 FadBLASUnitTests ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

Sacado::Random< ScalarTypeurand
 
Sacado::Random< double > real_urand
 
unsigned int m_
 
unsigned int n_
 
unsigned int l_
 
unsigned int ndot_
 
double tol_a
 
double tol_r
 
FadType fad
 

Additional Inherited Members

- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestCase ()
 
static void SetUpTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 

Detailed Description

template<class FadType>
class FadBLASUnitTests< FadType >

Definition at line 53 of file FadBLASUnitTests.hpp.

Member Typedef Documentation

◆ ScalarType

template<class FadType >
typedef Sacado::ScalarType<FadType>::type FadBLASUnitTests< FadType >::ScalarType
protected

Definition at line 55 of file FadBLASUnitTests.hpp.

◆ VectorType

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

Definition at line 56 of file FadBLASUnitTests.hpp.

Constructor & Destructor Documentation

◆ FadBLASUnitTests()

template<class FadType >
FadBLASUnitTests< FadType >::FadBLASUnitTests ( )
inlineprotected

Definition at line 81 of file FadBLASUnitTests.hpp.

Member Data Documentation

◆ urand

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

Definition at line 59 of file FadBLASUnitTests.hpp.

◆ real_urand

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

Definition at line 62 of file FadBLASUnitTests.hpp.

◆ m_

template<class FadType >
unsigned int FadBLASUnitTests< FadType >::m_
protected

Definition at line 65 of file FadBLASUnitTests.hpp.

◆ n_

template<class FadType >
unsigned int FadBLASUnitTests< FadType >::n_
protected

Definition at line 68 of file FadBLASUnitTests.hpp.

◆ l_

template<class FadType >
unsigned int FadBLASUnitTests< FadType >::l_
protected

Definition at line 71 of file FadBLASUnitTests.hpp.

◆ ndot_

template<class FadType >
unsigned int FadBLASUnitTests< FadType >::ndot_
protected

Definition at line 74 of file FadBLASUnitTests.hpp.

◆ tol_a

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

Definition at line 77 of file FadBLASUnitTests.hpp.

◆ tol_r

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

Definition at line 77 of file FadBLASUnitTests.hpp.

◆ fad

template<class FadType >
FadType FadBLASUnitTests< FadType >::fad
protected

Definition at line 79 of file FadBLASUnitTests.hpp.


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