Sacado Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Public Member Functions | Protected Attributes | Private Member Functions | List of all members
FadFadOpsUnitTest< FadFadType, ScalarType > Class Template Reference

#include <NestedFadUnitTests.hpp>

Inherits TestFixture.

Public Types

typedef FadFadType::value_type FadType
 

Public Member Functions

 FadFadOpsUnitTest ()
 
 FadFadOpsUnitTest (int numComponents1, int numComponents2, ScalarType absolute_tolerance, ScalarType relative_tolerance)
 
void setUp ()
 
void tearDown ()
 
 BINARY_OP_TEST (testAddition,+)
 
 BINARY_OP_TEST (testSubtraction, -)
 
 BINARY_OP_TEST (testMultiplication, *)
 
 BINARY_OP_TEST (testDivision,/)
 
 RELOP_TEST (testEquals,==)
 
 RELOP_TEST (testNotEquals, !=)
 
 RELOP_TEST (testLessThanOrEquals,<=)
 
 RELOP_TEST (testGreaterThanOrEquals, >=)
 
 RELOP_TEST (testLessThan,<)
 
 RELOP_TEST (testGreaterThan, >)
 
 BINARY_FUNC_TEST (testPow, pow)
 
 UNARY_OP_TEST (testUnaryPlus,+)
 
 UNARY_OP_TEST (testUnaryMinus, -)
 
 UNARY_FUNC_TEST (testExp, exp)
 
 UNARY_FUNC_TEST (testLog, log)
 
 UNARY_FUNC_TEST (testLog10, log10)
 
 UNARY_FUNC_TEST (testSqrt, sqrt)
 
 UNARY_FUNC_TEST (testCos, cos)
 
 UNARY_FUNC_TEST (testSin, sin)
 
 UNARY_FUNC_TEST (testTan, tan)
 
 UNARY_FUNC_TEST (testACos, acos)
 
 UNARY_FUNC_TEST (testASin, asin)
 
 UNARY_FUNC_TEST (testATan, atan)
 
 UNARY_FUNC_TEST (testCosh, cosh)
 
 UNARY_FUNC_TEST (testSinh, sinh)
 
 UNARY_FUNC_TEST (testTanh, tanh)
 
 UNARY_FUNC_TEST (testAbs, abs)
 
 UNARY_FUNC_TEST (testFAbs, fabs)
 
 UNARY_ASSIGNOP_TEST (testPlusEquals,+=)
 
 UNARY_ASSIGNOP_TEST (testMinusEquals, -=)
 
 UNARY_ASSIGNOP_TEST (testTimesEquals, *=)
 
 UNARY_ASSIGNOP_TEST (testDivideEquals,/=)
 
void testMax ()
 
void testMin ()
 
template<typename ScalarT >
ScalarT composite1 (const ScalarT &a, const ScalarT &b)
 
template<typename ScalarT >
ScalarT composite1_fad (const ScalarT &a, const ScalarT &b)
 
void testComposite1 ()
 
void testPlusLR ()
 
void testMinusLR ()
 
void testTimesLR ()
 
void testDivideLR ()
 

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< ScalarType > urand
 
int n1
 
int n2
 
ScalarType tol_a
 
ScalarType tol_r
 

Private Member Functions

 CPPUNIT_TEST_SUITE (FadFadOpsUnitTest)
 
 CPPUNIT_TEST (testAddition)
 
 CPPUNIT_TEST (testSubtraction)
 
 CPPUNIT_TEST (testMultiplication)
 
 CPPUNIT_TEST (testDivision)
 
 CPPUNIT_TEST (testEquals)
 
 CPPUNIT_TEST (testNotEquals)
 
 CPPUNIT_TEST (testLessThanOrEquals)
 
 CPPUNIT_TEST (testGreaterThanOrEquals)
 
 CPPUNIT_TEST (testLessThan)
 
 CPPUNIT_TEST (testGreaterThan)
 
 CPPUNIT_TEST (testPow)
 
 CPPUNIT_TEST (testMax)
 
 CPPUNIT_TEST (testMin)
 
 CPPUNIT_TEST (testUnaryPlus)
 
 CPPUNIT_TEST (testUnaryMinus)
 
 CPPUNIT_TEST (testExp)
 
 CPPUNIT_TEST (testLog)
 
 CPPUNIT_TEST (testLog10)
 
 CPPUNIT_TEST (testSqrt)
 
 CPPUNIT_TEST (testCos)
 
 CPPUNIT_TEST (testSin)
 
 CPPUNIT_TEST (testTan)
 
 CPPUNIT_TEST (testACos)
 
 CPPUNIT_TEST (testASin)
 
 CPPUNIT_TEST (testATan)
 
 CPPUNIT_TEST (testCosh)
 
 CPPUNIT_TEST (testSinh)
 
 CPPUNIT_TEST (testTanh)
 
 CPPUNIT_TEST (testAbs)
 
 CPPUNIT_TEST (testFAbs)
 
 CPPUNIT_TEST (testPlusEquals)
 
 CPPUNIT_TEST (testMinusEquals)
 
 CPPUNIT_TEST (testTimesEquals)
 
 CPPUNIT_TEST (testDivideEquals)
 
 CPPUNIT_TEST (testComposite1)
 
 CPPUNIT_TEST (testPlusLR)
 
 CPPUNIT_TEST (testMinusLR)
 
 CPPUNIT_TEST (testTimesLR)
 
 CPPUNIT_TEST (testDivideLR)
 
 CPPUNIT_TEST_SUITE_END ()
 

Detailed Description

template<class FadFadType, class ScalarType>
class FadFadOpsUnitTest< FadFadType, ScalarType >

Definition at line 142 of file NestedFadUnitTests.hpp.

Member Typedef Documentation

◆ FadType

template<class FadFadType , class ScalarType >
typedef FadFadType::value_type FadFadOpsUnitTest< FadFadType, ScalarType >::FadType

Definition at line 197 of file NestedFadUnitTests.hpp.

Constructor & Destructor Documentation

◆ FadFadOpsUnitTest() [1/2]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::FadFadOpsUnitTest ( )

Definition at line 348 of file NestedFadUnitTests.hpp.

◆ FadFadOpsUnitTest() [2/2]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::FadFadOpsUnitTest ( int  numComponents1,
int  numComponents2,
ScalarType  absolute_tolerance,
ScalarType  relative_tolerance 
)

Definition at line 353 of file NestedFadUnitTests.hpp.

Member Function Documentation

◆ CPPUNIT_TEST_SUITE()

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST_SUITE ( FadFadOpsUnitTest< FadFadType, ScalarType >  )
private

◆ CPPUNIT_TEST() [1/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testAddition  )
private

◆ CPPUNIT_TEST() [2/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testSubtraction  )
private

◆ CPPUNIT_TEST() [3/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testMultiplication  )
private

◆ CPPUNIT_TEST() [4/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testDivision  )
private

◆ CPPUNIT_TEST() [5/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testEquals  )
private

◆ CPPUNIT_TEST() [6/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testNotEquals  )
private

◆ CPPUNIT_TEST() [7/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testLessThanOrEquals  )
private

◆ CPPUNIT_TEST() [8/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testGreaterThanOrEquals  )
private

◆ CPPUNIT_TEST() [9/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testLessThan  )
private

◆ CPPUNIT_TEST() [10/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testGreaterThan  )
private

◆ CPPUNIT_TEST() [11/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testPow  )
private

◆ CPPUNIT_TEST() [12/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testMax  )
private

◆ CPPUNIT_TEST() [13/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testMin  )
private

◆ CPPUNIT_TEST() [14/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testUnaryPlus  )
private

◆ CPPUNIT_TEST() [15/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testUnaryMinus  )
private

◆ CPPUNIT_TEST() [16/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testExp  )
private

◆ CPPUNIT_TEST() [17/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testLog  )
private

◆ CPPUNIT_TEST() [18/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testLog10  )
private

◆ CPPUNIT_TEST() [19/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testSqrt  )
private

◆ CPPUNIT_TEST() [20/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testCos  )
private

◆ CPPUNIT_TEST() [21/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testSin  )
private

◆ CPPUNIT_TEST() [22/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testTan  )
private

◆ CPPUNIT_TEST() [23/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testACos  )
private

◆ CPPUNIT_TEST() [24/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testASin  )
private

◆ CPPUNIT_TEST() [25/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testATan  )
private

◆ CPPUNIT_TEST() [26/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testCosh  )
private

◆ CPPUNIT_TEST() [27/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testSinh  )
private

◆ CPPUNIT_TEST() [28/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testTanh  )
private

◆ CPPUNIT_TEST() [29/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testAbs  )
private

◆ CPPUNIT_TEST() [30/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testFAbs  )
private

◆ CPPUNIT_TEST() [31/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testPlusEquals  )
private

◆ CPPUNIT_TEST() [32/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testMinusEquals  )
private

◆ CPPUNIT_TEST() [33/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testTimesEquals  )
private

◆ CPPUNIT_TEST() [34/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testDivideEquals  )
private

◆ CPPUNIT_TEST() [35/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testComposite1  )
private

◆ CPPUNIT_TEST() [36/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testPlusLR  )
private

◆ CPPUNIT_TEST() [37/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testMinusLR  )
private

◆ CPPUNIT_TEST() [38/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testTimesLR  )
private

◆ CPPUNIT_TEST() [39/39]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST ( testDivideLR  )
private

◆ CPPUNIT_TEST_SUITE_END()

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::CPPUNIT_TEST_SUITE_END ( )
private

◆ setUp()

template<class FadFadType , class ScalarType >
void FadFadOpsUnitTest< FadFadType, ScalarType >::setUp ( )

Definition at line 363 of file NestedFadUnitTests.hpp.

◆ tearDown()

template<class FadFadType , class ScalarType >
void FadFadOpsUnitTest< FadFadType, ScalarType >::tearDown ( )

Definition at line 409 of file NestedFadUnitTests.hpp.

◆ BINARY_OP_TEST() [1/4]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::BINARY_OP_TEST ( testAddition  ,
 
)

◆ BINARY_OP_TEST() [2/4]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::BINARY_OP_TEST ( testSubtraction  ,
 
)

◆ BINARY_OP_TEST() [3/4]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::BINARY_OP_TEST ( testMultiplication  ,
 
)

◆ BINARY_OP_TEST() [4/4]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::BINARY_OP_TEST ( testDivision  ,
 
)

◆ RELOP_TEST() [1/6]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::RELOP_TEST ( testEquals  )

◆ RELOP_TEST() [2/6]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::RELOP_TEST ( testNotEquals  ,
 
)

◆ RELOP_TEST() [3/6]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::RELOP_TEST ( testLessThanOrEquals  ,
<=   
)

◆ RELOP_TEST() [4/6]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::RELOP_TEST ( testGreaterThanOrEquals  ,
>=   
)

◆ RELOP_TEST() [5/6]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::RELOP_TEST ( testLessThan  )

◆ RELOP_TEST() [6/6]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::RELOP_TEST ( testGreaterThan  )

◆ BINARY_FUNC_TEST()

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::BINARY_FUNC_TEST ( testPow  ,
pow   
)

◆ UNARY_OP_TEST() [1/2]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_OP_TEST ( testUnaryPlus  ,
 
)

◆ UNARY_OP_TEST() [2/2]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_OP_TEST ( testUnaryMinus  ,
 
)

◆ UNARY_FUNC_TEST() [1/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testExp  ,
exp   
)

◆ UNARY_FUNC_TEST() [2/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testLog  ,
log   
)

◆ UNARY_FUNC_TEST() [3/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testLog10  ,
log10   
)

◆ UNARY_FUNC_TEST() [4/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testSqrt  ,
sqrt   
)

◆ UNARY_FUNC_TEST() [5/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testCos  ,
cos   
)

◆ UNARY_FUNC_TEST() [6/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testSin  ,
sin   
)

◆ UNARY_FUNC_TEST() [7/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testTan  ,
tan   
)

◆ UNARY_FUNC_TEST() [8/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testACos  ,
acos   
)

◆ UNARY_FUNC_TEST() [9/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testASin  ,
asin   
)

◆ UNARY_FUNC_TEST() [10/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testATan  ,
atan   
)

◆ UNARY_FUNC_TEST() [11/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testCosh  ,
cosh   
)

◆ UNARY_FUNC_TEST() [12/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testSinh  ,
sinh   
)

◆ UNARY_FUNC_TEST() [13/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testTanh  ,
tanh   
)

◆ UNARY_FUNC_TEST() [14/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testAbs  ,
abs   
)

◆ UNARY_FUNC_TEST() [15/15]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_FUNC_TEST ( testFAbs  ,
fabs   
)

◆ UNARY_ASSIGNOP_TEST() [1/4]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_ASSIGNOP_TEST ( testPlusEquals  ,
 
)

◆ UNARY_ASSIGNOP_TEST() [2/4]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_ASSIGNOP_TEST ( testMinusEquals  ,
 
)

◆ UNARY_ASSIGNOP_TEST() [3/4]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_ASSIGNOP_TEST ( testTimesEquals  ,
 
)

◆ UNARY_ASSIGNOP_TEST() [4/4]

template<class FadFadType , class ScalarType >
FadFadOpsUnitTest< FadFadType, ScalarType >::UNARY_ASSIGNOP_TEST ( testDivideEquals  ,
 
)

◆ testMax()

template<class FadFadType , class ScalarType >
void FadFadOpsUnitTest< FadFadType, ScalarType >::testMax ( )

Definition at line 413 of file NestedFadUnitTests.hpp.

◆ testMin()

template<class FadFadType , class ScalarType >
void FadFadOpsUnitTest< FadFadType, ScalarType >::testMin ( )

Definition at line 478 of file NestedFadUnitTests.hpp.

◆ composite1()

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

Definition at line 251 of file NestedFadUnitTests.hpp.

◆ composite1_fad()

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

Definition at line 265 of file NestedFadUnitTests.hpp.

◆ testComposite1()

template<class FadFadType , class ScalarType >
void FadFadOpsUnitTest< FadFadType, ScalarType >::testComposite1 ( )
inline

Definition at line 278 of file NestedFadUnitTests.hpp.

◆ testPlusLR()

template<class FadFadType , class ScalarType >
void FadFadOpsUnitTest< FadFadType, ScalarType >::testPlusLR ( )
inline

Definition at line 284 of file NestedFadUnitTests.hpp.

◆ testMinusLR()

template<class FadFadType , class ScalarType >
void FadFadOpsUnitTest< FadFadType, ScalarType >::testMinusLR ( )
inline

Definition at line 294 of file NestedFadUnitTests.hpp.

◆ testTimesLR()

template<class FadFadType , class ScalarType >
void FadFadOpsUnitTest< FadFadType, ScalarType >::testTimesLR ( )
inline

Definition at line 304 of file NestedFadUnitTests.hpp.

◆ testDivideLR()

template<class FadFadType , class ScalarType >
void FadFadOpsUnitTest< FadFadType, ScalarType >::testDivideLR ( )
inline

Definition at line 314 of file NestedFadUnitTests.hpp.

Member Data Documentation

◆ a_dfad

template<class FadFadType , class ScalarType >
FadFadType FadFadOpsUnitTest< FadFadType, ScalarType >::a_dfad
protected

Definition at line 327 of file NestedFadUnitTests.hpp.

◆ b_dfad

template<class FadFadType , class ScalarType >
FadFadType FadFadOpsUnitTest< FadFadType, ScalarType >::b_dfad
protected

Definition at line 327 of file NestedFadUnitTests.hpp.

◆ c_dfad

template<class FadFadType , class ScalarType >
FadFadType FadFadOpsUnitTest< FadFadType, ScalarType >::c_dfad
protected

Definition at line 327 of file NestedFadUnitTests.hpp.

◆ a_fad

template<class FadFadType , class ScalarType >
FAD::Fad<FadType> FadFadOpsUnitTest< FadFadType, ScalarType >::a_fad
protected

Definition at line 330 of file NestedFadUnitTests.hpp.

◆ b_fad

template<class FadFadType , class ScalarType >
FAD::Fad<FadType> FadFadOpsUnitTest< FadFadType, ScalarType >::b_fad
protected

Definition at line 330 of file NestedFadUnitTests.hpp.

◆ c_fad

template<class FadFadType , class ScalarType >
FAD::Fad<FadType> FadFadOpsUnitTest< FadFadType, ScalarType >::c_fad
protected

Definition at line 330 of file NestedFadUnitTests.hpp.

◆ urand

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

Definition at line 333 of file NestedFadUnitTests.hpp.

◆ n1

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

Definition at line 336 of file NestedFadUnitTests.hpp.

◆ n2

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

Definition at line 336 of file NestedFadUnitTests.hpp.

◆ tol_a

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

Definition at line 339 of file NestedFadUnitTests.hpp.

◆ tol_r

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

Definition at line 339 of file NestedFadUnitTests.hpp.


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