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

#include <FadLAPACKUnitTests.hpp>

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

Protected Types

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

Protected Member Functions

 FadLAPACKUnitTests ()
 
- 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 FadLAPACKUnitTests< FadType >

Definition at line 53 of file FadLAPACKUnitTests.hpp.

Member Typedef Documentation

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

Definition at line 55 of file FadLAPACKUnitTests.hpp.

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

Definition at line 56 of file FadLAPACKUnitTests.hpp.

Constructor & Destructor Documentation

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

Definition at line 81 of file FadLAPACKUnitTests.hpp.

Member Data Documentation

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

Definition at line 59 of file FadLAPACKUnitTests.hpp.

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

Definition at line 62 of file FadLAPACKUnitTests.hpp.

template<class FadType >
unsigned int FadLAPACKUnitTests< FadType >::m
protected

Definition at line 65 of file FadLAPACKUnitTests.hpp.

template<class FadType >
unsigned int FadLAPACKUnitTests< FadType >::n
protected

Definition at line 68 of file FadLAPACKUnitTests.hpp.

template<class FadType >
unsigned int FadLAPACKUnitTests< FadType >::l
protected

Definition at line 71 of file FadLAPACKUnitTests.hpp.

template<class FadType >
unsigned int FadLAPACKUnitTests< FadType >::ndot
protected

Definition at line 74 of file FadLAPACKUnitTests.hpp.

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

Definition at line 77 of file FadLAPACKUnitTests.hpp.

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

Definition at line 77 of file FadLAPACKUnitTests.hpp.

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

Definition at line 79 of file FadLAPACKUnitTests.hpp.


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