Sacado Package Browser (Single Doxygen Collection)  Version of the Day
Classes | Typedefs | Functions | Variables
ConditionalReturnTypeTest.cpp File Reference
#include <vector>
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Sacado.hpp"
Include dependency graph for ConditionalReturnTypeTest.cpp:

Go to the source code of this file.

Classes

struct  container< T >
 

Typedefs

typedef Sacado::Fad::Exp::DFad< double > Fad_DFadType
 
typedef Sacado::Fad::Exp::SFad< double, global_fad_sizeFad_SFadType
 
typedef Sacado::Fad::Exp::SLFad< double, global_fad_sizeFad_SLFadType
 

Functions

 TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (ConditionalReturnType, Fad, FAD)
 
int main (int argc, char *argv[])
 

Variables

const int global_fad_size = 10
 

Typedef Documentation

◆ Fad_DFadType

Definition at line 57 of file ConditionalReturnTypeTest.cpp.

◆ Fad_SFadType

Definition at line 58 of file ConditionalReturnTypeTest.cpp.

◆ Fad_SLFadType

Definition at line 59 of file ConditionalReturnTypeTest.cpp.

Function Documentation

◆ TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()

TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL ( ConditionalReturnType  ,
Fad  ,
FAD   
)

Definition at line 46 of file ConditionalReturnTypeTest.cpp.

◆ main()

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

Definition at line 64 of file ConditionalReturnTypeTest.cpp.

Variable Documentation

◆ global_fad_size

const int global_fad_size = 10

Definition at line 56 of file ConditionalReturnTypeTest.cpp.