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
FadOpsUnitTest< FadType > Class Template Reference

#include <FadUnitTests.hpp>

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

Protected Types

typedef Sacado::ScalarType
< FadType >::type 
ScalarType
 

Protected Member Functions

 FadOpsUnitTest ()
 
void SetUp () override
 
void TearDown () override
 
template<typename ScalarT >
ScalarT composite1 (const ScalarT &a, const ScalarT &b)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

FadType a_dfad_
 
FadType b_dfad_
 
FadType c_dfad_
 
FAD::Fad< ScalarTypea_fad_
 
FAD::Fad< ScalarTypeb_fad_
 
FAD::Fad< ScalarTypec_fad_
 
Sacado::Random< ScalarTypeurand
 
int n
 
ScalarType tol_a
 
ScalarType tol_r
 

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<typename FadType>
class FadOpsUnitTest< FadType >

Definition at line 47 of file FadUnitTests.hpp.

Member Typedef Documentation

template<typename FadType >
typedef Sacado::ScalarType<FadType>::type FadOpsUnitTest< FadType >::ScalarType
protected

Definition at line 49 of file FadUnitTests.hpp.

Constructor & Destructor Documentation

template<typename FadType >
FadOpsUnitTest< FadType >::FadOpsUnitTest ( )
inlineprotected

Definition at line 66 of file FadUnitTests.hpp.

Member Function Documentation

template<typename FadType >
void FadOpsUnitTest< FadType >::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 68 of file FadUnitTests.hpp.

template<typename FadType >
void FadOpsUnitTest< FadType >::TearDown ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 94 of file FadUnitTests.hpp.

template<typename FadType >
template<typename ScalarT >
ScalarT FadOpsUnitTest< FadType >::composite1 ( const ScalarT &  a,
const ScalarT &  b 
)
inlineprotected

Definition at line 97 of file FadUnitTests.hpp.

Member Data Documentation

template<typename FadType >
FadType FadOpsUnitTest< FadType >::a_dfad_
protected

Definition at line 52 of file FadUnitTests.hpp.

template<typename FadType >
FadType FadOpsUnitTest< FadType >::b_dfad_
protected

Definition at line 52 of file FadUnitTests.hpp.

template<typename FadType >
FadType FadOpsUnitTest< FadType >::c_dfad_
protected

Definition at line 52 of file FadUnitTests.hpp.

template<typename FadType >
FAD::Fad<ScalarType> FadOpsUnitTest< FadType >::a_fad_
protected

Definition at line 55 of file FadUnitTests.hpp.

template<typename FadType >
FAD::Fad<ScalarType> FadOpsUnitTest< FadType >::b_fad_
protected

Definition at line 55 of file FadUnitTests.hpp.

template<typename FadType >
FAD::Fad<ScalarType> FadOpsUnitTest< FadType >::c_fad_
protected

Definition at line 55 of file FadUnitTests.hpp.

template<typename FadType >
Sacado::Random<ScalarType> FadOpsUnitTest< FadType >::urand
protected

Definition at line 58 of file FadUnitTests.hpp.

template<typename FadType >
int FadOpsUnitTest< FadType >::n
protected

Definition at line 61 of file FadUnitTests.hpp.

template<typename FadType >
ScalarType FadOpsUnitTest< FadType >::tol_a
protected

Definition at line 64 of file FadUnitTests.hpp.

template<typename FadType >
ScalarType FadOpsUnitTest< FadType >::tol_r
protected

Definition at line 64 of file FadUnitTests.hpp.


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