Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
TernaryExprTests.cpp File Reference
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Sacado.hpp"
Include dependency graph for TernaryExprTests.cpp:

Go to the source code of this file.

Typedefs

typedef Sacado::Fad::DFad< double > Fad_DFadType
 
typedef Sacado::Fad::SLFad< double, global_fad_sizeFad_SLFadType
 
typedef Sacado::Fad::SFad< double, global_fad_sizeFad_SFadType
 
typedef Sacado::ELRFad::DFad< double > ELRFad_DFadType
 
typedef Sacado::ELRFad::SLFad< double, global_fad_sizeELRFad_SLFadType
 
typedef Sacado::ELRFad::SFad< double, global_fad_sizeELRFad_SFadType
 
typedef Sacado::CacheFad::DFad< double > CacheFad_DFadType
 
typedef Sacado::CacheFad::SLFad< double, global_fad_sizeCacheFad_SLFadType
 
typedef Sacado::CacheFad::SFad< double, global_fad_sizeCacheFad_SFadType
 
typedef Sacado::ELRCacheFad::DFad< double > ELRCacheFad_DFadType
 
typedef Sacado::ELRCacheFad::SLFad< double, global_fad_sizeELRCacheFad_SLFadType
 
typedef Sacado::ELRCacheFad::SFad< double, global_fad_sizeELRCacheFad_SFadType
 

Functions

 TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Ternary, Ternary, AD)
 
int main (int argc, char *argv[])
 

Variables

const int global_fad_size = 10
 

Typedef Documentation

◆ Fad_DFadType

Definition at line 59 of file TernaryExprTests.cpp.

◆ Fad_SLFadType

Definition at line 60 of file TernaryExprTests.cpp.

◆ Fad_SFadType

Definition at line 61 of file TernaryExprTests.cpp.

◆ ELRFad_DFadType

Definition at line 66 of file TernaryExprTests.cpp.

◆ ELRFad_SLFadType

Definition at line 67 of file TernaryExprTests.cpp.

◆ ELRFad_SFadType

Definition at line 68 of file TernaryExprTests.cpp.

◆ CacheFad_DFadType

Definition at line 73 of file TernaryExprTests.cpp.

◆ CacheFad_SLFadType

Definition at line 74 of file TernaryExprTests.cpp.

◆ CacheFad_SFadType

Definition at line 75 of file TernaryExprTests.cpp.

◆ ELRCacheFad_DFadType

Definition at line 80 of file TernaryExprTests.cpp.

◆ ELRCacheFad_SLFadType

Definition at line 81 of file TernaryExprTests.cpp.

◆ ELRCacheFad_SFadType

Definition at line 82 of file TernaryExprTests.cpp.

Function Documentation

◆ TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()

TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL ( Ternary  ,
Ternary  ,
AD   
)

Definition at line 41 of file TernaryExprTests.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 96 of file TernaryExprTests.cpp.

Variable Documentation

◆ global_fad_size

const int global_fad_size = 10

Definition at line 38 of file TernaryExprTests.cpp.