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 50 of file SafeSqrtTests.cpp.

Definition at line 51 of file SafeSqrtTests.cpp.

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

Definition at line 52 of file SafeSqrtTests.cpp.

Definition at line 57 of file SafeSqrtTests.cpp.

Definition at line 58 of file SafeSqrtTests.cpp.

Definition at line 59 of file SafeSqrtTests.cpp.

Definition at line 64 of file SafeSqrtTests.cpp.

Definition at line 65 of file SafeSqrtTests.cpp.

Definition at line 66 of file SafeSqrtTests.cpp.

Definition at line 71 of file SafeSqrtTests.cpp.

Definition at line 72 of file SafeSqrtTests.cpp.

Definition at line 73 of file SafeSqrtTests.cpp.

Function Documentation

TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL ( SafeSqrt  ,
SafeSqrt  ,
AD   
)

Definition at line 20 of file SafeSqrtTests.cpp.

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

Definition at line 87 of file SafeSqrtTests.cpp.

Variable Documentation

const int N = 10

Definition at line 17 of file SafeSqrtTests.cpp.