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

#include <TayUnitTests.hpp>

Inheritance diagram for TaylorOpsUnitTest< TaylorType >:
Inheritance graph
[legend]

Protected Member Functions

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

Protected Attributes

TaylorType a_dtay_
 
TaylorType b_dtay_
 
TaylorType c_dtay_
 
double ** X_
 
double ** Y_
 
Sacado::Random< double > urand
 
int d_
 
double tol_a
 
double 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 TaylorType>
class TaylorOpsUnitTest< TaylorType >

Definition at line 70 of file TayUnitTests.hpp.

Constructor & Destructor Documentation

template<class TaylorType >
TaylorOpsUnitTest< TaylorType >::TaylorOpsUnitTest ( )
inlineprotected

Definition at line 88 of file TayUnitTests.hpp.

template<class TaylorType >
TaylorOpsUnitTest< TaylorType >::~TaylorOpsUnitTest ( )
inlineprotected

Definition at line 99 of file TayUnitTests.hpp.

Member Function Documentation

template<class TaylorType >
void TaylorOpsUnitTest< TaylorType >::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 109 of file TayUnitTests.hpp.

template<class TaylorType >
void TaylorOpsUnitTest< TaylorType >::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 128 of file TayUnitTests.hpp.

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

Definition at line 131 of file TayUnitTests.hpp.

Member Data Documentation

template<class TaylorType >
TaylorType TaylorOpsUnitTest< TaylorType >::a_dtay_
protected

Definition at line 74 of file TayUnitTests.hpp.

template<class TaylorType >
TaylorType TaylorOpsUnitTest< TaylorType >::b_dtay_
protected

Definition at line 74 of file TayUnitTests.hpp.

template<class TaylorType >
TaylorType TaylorOpsUnitTest< TaylorType >::c_dtay_
protected

Definition at line 74 of file TayUnitTests.hpp.

template<class TaylorType >
double** TaylorOpsUnitTest< TaylorType >::X_
protected

Definition at line 77 of file TayUnitTests.hpp.

template<class TaylorType >
double ** TaylorOpsUnitTest< TaylorType >::Y_
protected

Definition at line 77 of file TayUnitTests.hpp.

template<class TaylorType >
Sacado::Random<double> TaylorOpsUnitTest< TaylorType >::urand
protected

Definition at line 80 of file TayUnitTests.hpp.

template<class TaylorType >
int TaylorOpsUnitTest< TaylorType >::d_
protected

Definition at line 83 of file TayUnitTests.hpp.

template<class TaylorType >
double TaylorOpsUnitTest< TaylorType >::tol_a
protected

Definition at line 86 of file TayUnitTests.hpp.

template<class TaylorType >
double TaylorOpsUnitTest< TaylorType >::tol_r
protected

Definition at line 86 of file TayUnitTests.hpp.


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