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

#include <FadUnitTests2.hpp>

Inheritance diagram for RealFadOpsUnitTest2< FadType, ScalarType >:
Inheritance graph
[legend]

Public Member Functions

 RealFadOpsUnitTest2 ()
 
 RealFadOpsUnitTest2 (int numComponents, double absolute_tolerance, double relative_tolerance)
 
void testLessThanOrEquals ()
 
void testGreaterThanOrEquals ()
 
void testLessThan ()
 
void testGreaterThan ()
 
void testACos ()
 
void testASin ()
 
void testATan ()
 
void testACosh ()
 
void testASinh ()
 
void testATanh ()
 
void testAbs ()
 
void testFAbs ()
 
void testATan2 ()
 
void testMax ()
 
void testMin ()
 
- Public Member Functions inherited from FadOpsUnitTest2< FadType, ScalarType >
 FadOpsUnitTest2 ()
 
 FadOpsUnitTest2 (int numComponents, double absolute_tolerance, double relative_tolerance)
 
void setUp ()
 
void tearDown ()
 
void testAddition ()
 
void testSubtraction ()
 
void testMultiplication ()
 
void testDivision ()
 
void testEquals ()
 
void testNotEquals ()
 
void testPow ()
 
void testUnaryPlus ()
 
void testUnaryMinus ()
 
void testExp ()
 
void testLog ()
 
void testLog10 ()
 
void testSqrt ()
 
void testCos ()
 
void testSin ()
 
void testTan ()
 
void testCosh ()
 
void testSinh ()
 
void testTanh ()
 
void testPlusEquals ()
 
void testMinusEquals ()
 
void testTimesEquals ()
 
void testDivideEquals ()
 
void testEqualsLR ()
 
void testPlusEqualsLR ()
 
void testMinusEqualsLR ()
 
void testTimesEqualsLR ()
 
void testDivideEqualsLR ()
 
void testResizeBug6135 ()
 
void testEquality ()
 
void testEqualityConstL ()
 
void testEqualityConstR ()
 

Private Member Functions

 CPPUNIT_TEST_SUITE (RealFadOpsUnitTest2)
 
 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 (testATan2)
 
 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 (testACosh)
 
 CPPUNIT_TEST (testASinh)
 
 CPPUNIT_TEST (testATanh)
 
 CPPUNIT_TEST (testAbs)
 
 CPPUNIT_TEST (testFAbs)
 
 CPPUNIT_TEST (testPlusEquals)
 
 CPPUNIT_TEST (testMinusEquals)
 
 CPPUNIT_TEST (testTimesEquals)
 
 CPPUNIT_TEST (testDivideEquals)
 
 CPPUNIT_TEST (testEqualsLR)
 
 CPPUNIT_TEST (testPlusEqualsLR)
 
 CPPUNIT_TEST (testMinusEqualsLR)
 
 CPPUNIT_TEST (testTimesEqualsLR)
 
 CPPUNIT_TEST (testDivideEqualsLR)
 
 CPPUNIT_TEST (testResizeBug6135)
 
 CPPUNIT_TEST (testEquality)
 
 CPPUNIT_TEST (testEqualityConstL)
 
 CPPUNIT_TEST (testEqualityConstR)
 
 CPPUNIT_TEST_SUITE_END ()
 

Additional Inherited Members

- Protected Attributes inherited from FadOpsUnitTest2< FadType, ScalarType >
FadType a_fad
 
FadType b_fad
 
FadType c_fad
 
Sacado::Random< ScalarType > urand
 
int n
 
double tol_a
 
double tol_r
 

Detailed Description

template<class FadType, class ScalarType>
class RealFadOpsUnitTest2< FadType, ScalarType >

Definition at line 720 of file FadUnitTests2.hpp.

Constructor & Destructor Documentation

template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::RealFadOpsUnitTest2 ( )
inline

Definition at line 787 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::RealFadOpsUnitTest2 ( int  numComponents,
double  absolute_tolerance,
double  relative_tolerance 
)
inline

Definition at line 789 of file FadUnitTests2.hpp.

Member Function Documentation

template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST_SUITE ( RealFadOpsUnitTest2< FadType, ScalarType >  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testAddition  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testSubtraction  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testMultiplication  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testDivision  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testEquals  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testNotEquals  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testLessThanOrEquals  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testGreaterThanOrEquals  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testLessThan  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testGreaterThan  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testPow  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testATan2  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testMax  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testMin  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testUnaryPlus  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testUnaryMinus  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testExp  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testLog  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testLog10  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testSqrt  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testCos  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testSin  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testTan  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testACos  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testASin  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testATan  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testCosh  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testSinh  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testTanh  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testACosh  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testASinh  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testATanh  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testAbs  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testFAbs  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testPlusEquals  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testMinusEquals  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testTimesEquals  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testDivideEquals  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testEqualsLR  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testPlusEqualsLR  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testMinusEqualsLR  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testTimesEqualsLR  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testDivideEqualsLR  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testResizeBug6135  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testEquality  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testEqualityConstL  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST ( testEqualityConstR  )
private
template<class FadType , class ScalarType >
RealFadOpsUnitTest2< FadType, ScalarType >::CPPUNIT_TEST_SUITE_END ( )
private
template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testLessThanOrEquals ( )

Definition at line 818 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testGreaterThanOrEquals ( )

Definition at line 836 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testLessThan ( )

Definition at line 854 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testGreaterThan ( )

Definition at line 872 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testACos ( )

Definition at line 890 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testASin ( )

Definition at line 901 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testATan ( )

Definition at line 912 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testACosh ( )

Definition at line 923 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testASinh ( )

Definition at line 937 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testATanh ( )

Definition at line 948 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testAbs ( )

Definition at line 959 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testFAbs ( )

Definition at line 974 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testATan2 ( )

Definition at line 1003 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testMax ( )

Definition at line 1032 of file FadUnitTests2.hpp.

template<class FadType , class ScalarType >
void RealFadOpsUnitTest2< FadType, ScalarType >::testMin ( )

Definition at line 1087 of file FadUnitTests2.hpp.


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