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
FadFadOpsUnitTest< FadFadType > Class Template Reference

#include <NestedFadUnitTests.hpp>

Inheritance diagram for FadFadOpsUnitTest< FadFadType >:
Inheritance graph
[legend]

Protected Types

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

Protected Member Functions

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

Protected Attributes

FadFadType a_dfad_
 
FadFadType b_dfad_
 
FadFadType c_dfad_
 
FAD::Fad< FadTypea_fad_
 
FAD::Fad< FadTypeb_fad_
 
FAD::Fad< FadTypec_fad_
 
Sacado::Random< ScalarTypeurand
 
int n1
 
int n2
 
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<class FadFadType>
class FadFadOpsUnitTest< FadFadType >

Definition at line 47 of file NestedFadUnitTests.hpp.

Member Typedef Documentation

template<class FadFadType >
typedef Sacado::ScalarType<FadFadType>::type FadFadOpsUnitTest< FadFadType >::ScalarType
protected

Definition at line 49 of file NestedFadUnitTests.hpp.

template<class FadFadType >
typedef Sacado::ValueType<FadFadType>::type FadFadOpsUnitTest< FadFadType >::FadType
protected

Definition at line 50 of file NestedFadUnitTests.hpp.

Constructor & Destructor Documentation

template<class FadFadType >
FadFadOpsUnitTest< FadFadType >::FadFadOpsUnitTest ( )
inlineprotected

Definition at line 69 of file NestedFadUnitTests.hpp.

Member Function Documentation

template<class FadFadType >
void FadFadOpsUnitTest< FadFadType >::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 72 of file NestedFadUnitTests.hpp.

template<class FadFadType >
void FadFadOpsUnitTest< FadFadType >::TearDown ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 120 of file NestedFadUnitTests.hpp.

template<class FadFadType >
template<typename ScalarT >
ScalarT FadFadOpsUnitTest< FadFadType >::composite1 ( const ScalarT &  a,
const ScalarT &  b 
)
inlineprotected

Definition at line 123 of file NestedFadUnitTests.hpp.

template<class FadFadType >
template<typename ScalarT >
ScalarT FadFadOpsUnitTest< FadFadType >::composite1_fad ( const ScalarT &  a,
const ScalarT &  b 
)
inlineprotected

Definition at line 137 of file NestedFadUnitTests.hpp.

Member Data Documentation

template<class FadFadType >
FadFadType FadFadOpsUnitTest< FadFadType >::a_dfad_
protected

Definition at line 53 of file NestedFadUnitTests.hpp.

template<class FadFadType >
FadFadType FadFadOpsUnitTest< FadFadType >::b_dfad_
protected

Definition at line 53 of file NestedFadUnitTests.hpp.

template<class FadFadType >
FadFadType FadFadOpsUnitTest< FadFadType >::c_dfad_
protected

Definition at line 53 of file NestedFadUnitTests.hpp.

template<class FadFadType >
FAD::Fad<FadType> FadFadOpsUnitTest< FadFadType >::a_fad_
protected

Definition at line 56 of file NestedFadUnitTests.hpp.

template<class FadFadType >
FAD::Fad<FadType> FadFadOpsUnitTest< FadFadType >::b_fad_
protected

Definition at line 56 of file NestedFadUnitTests.hpp.

template<class FadFadType >
FAD::Fad<FadType> FadFadOpsUnitTest< FadFadType >::c_fad_
protected

Definition at line 56 of file NestedFadUnitTests.hpp.

template<class FadFadType >
Sacado::Random<ScalarType> FadFadOpsUnitTest< FadFadType >::urand
protected

Definition at line 59 of file NestedFadUnitTests.hpp.

template<class FadFadType >
int FadFadOpsUnitTest< FadFadType >::n1
protected

Definition at line 62 of file NestedFadUnitTests.hpp.

template<class FadFadType >
int FadFadOpsUnitTest< FadFadType >::n2
protected

Definition at line 62 of file NestedFadUnitTests.hpp.

template<class FadFadType >
ScalarType FadFadOpsUnitTest< FadFadType >::tol_a
protected

Definition at line 65 of file NestedFadUnitTests.hpp.

template<class FadFadType >
ScalarType FadFadOpsUnitTest< FadFadType >::tol_r
protected

Definition at line 65 of file NestedFadUnitTests.hpp.


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