Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions | Variables
SafeSqrtTests.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 SafeSqrtTests.cpp:

Go to the source code of this file.

Typedefs

typedef Sacado::Fad::DFad< double > Fad_DFadType
 
typedef Sacado::Fad::SLFad
< double, N
Fad_SLFadType
 
typedef Sacado::Fad::SFad
< double, N
Fad_SFadType
 
typedef Sacado::ELRFad::DFad
< double > 
ELRFad_DFadType
 
typedef Sacado::ELRFad::SLFad
< double, N
ELRFad_SLFadType
 
typedef Sacado::ELRFad::SFad
< double, N
ELRFad_SFadType
 
typedef Sacado::CacheFad::DFad
< double > 
CacheFad_DFadType
 
typedef
Sacado::CacheFad::SLFad
< double, N
CacheFad_SLFadType
 
typedef Sacado::CacheFad::SFad
< double, N
CacheFad_SFadType
 
typedef
Sacado::ELRCacheFad::DFad
< double > 
ELRCacheFad_DFadType
 
typedef
Sacado::ELRCacheFad::SLFad
< double, N
ELRCacheFad_SLFadType
 
typedef
Sacado::ELRCacheFad::SFad
< double, N
ELRCacheFad_SFadType
 

Functions

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

Variables

const int N = 10
 

Typedef Documentation

Definition at line 70 of file SafeSqrtTests.cpp.

Definition at line 71 of file SafeSqrtTests.cpp.

typedef Sacado::Fad::SFad<double,N> Fad_SFadType

Definition at line 72 of file SafeSqrtTests.cpp.

Definition at line 77 of file SafeSqrtTests.cpp.

Definition at line 78 of file SafeSqrtTests.cpp.

Definition at line 79 of file SafeSqrtTests.cpp.

Definition at line 84 of file SafeSqrtTests.cpp.

Definition at line 85 of file SafeSqrtTests.cpp.

Definition at line 86 of file SafeSqrtTests.cpp.

Definition at line 91 of file SafeSqrtTests.cpp.

Definition at line 92 of file SafeSqrtTests.cpp.

Definition at line 93 of file SafeSqrtTests.cpp.

Function Documentation

TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL ( SafeSqrt  ,
SafeSqrt  ,
AD   
)

Definition at line 40 of file SafeSqrtTests.cpp.

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

Definition at line 107 of file SafeSqrtTests.cpp.

Variable Documentation

const int N = 10

Definition at line 37 of file SafeSqrtTests.cpp.