Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs | Functions | Variables
tradoptest_33.cpp File Reference
#include "Sacado_trad.hpp"
#include <cstdio>
Include dependency graph for tradoptest_33.cpp:

Go to the source code of this file.

Macros

#define ADT_RAD   Sacado::Rad::
 
#define Plus_dx   1.
 

Typedefs

typedef ADT_RAD IndepADvar
< double > 
AI
 
typedef ADT_RAD ADvar< double > A
 
typedef ADT_RAD ConstADvar
< double > 
C
 
typedef ADT_RAD ADvari< double > Ai
 
typedef const ADT_RAD
IndepADvar< double > 
cAI
 
typedef const ADT_RAD ADvar
< double > 
cA
 
typedef const ADT_RAD
ConstADvar< double > 
cC
 
typedef const ADT_RAD ADvari
< double > 
cAi
 

Functions

void botch (const char *what, double wanted, double got)
 
int differ (double a, double b)
 
int main (void)
 

Variables

static int rc
 
const double tol = 5e-16
 

Macro Definition Documentation

#define ADT_RAD   Sacado::Rad::

Definition at line 7 of file tradoptest_33.cpp.

#define Plus_dx   1.

Definition at line 101 of file tradoptest_33.cpp.

Typedef Documentation

typedef ADT_RAD IndepADvar<double> AI

Definition at line 19 of file tradoptest_33.cpp.

typedef ADT_RAD ADvar<double> A

Definition at line 21 of file tradoptest_33.cpp.

typedef ADT_RAD ConstADvar<double> C

Definition at line 23 of file tradoptest_33.cpp.

typedef ADT_RAD ADvari<double> Ai

Definition at line 25 of file tradoptest_33.cpp.

typedef const ADT_RAD IndepADvar<double> cAI

Definition at line 27 of file tradoptest_33.cpp.

typedef const ADT_RAD ADvar<double> cA

Definition at line 29 of file tradoptest_33.cpp.

typedef const ADT_RAD ConstADvar<double> cC

Definition at line 31 of file tradoptest_33.cpp.

typedef const ADT_RAD ADvari<double> cAi

Definition at line 33 of file tradoptest_33.cpp.

Function Documentation

void botch ( const char *  what,
double  wanted,
double  got 
)

Definition at line 49 of file tradoptest_33.cpp.

int differ ( double  a,
double  b 
)

Definition at line 67 of file tradoptest_33.cpp.

int main ( void  )

Definition at line 121 of file tradoptest_33.cpp.

Variable Documentation

int rc
static

Definition at line 35 of file tradoptest_33.cpp.

const double tol = 5e-16

Definition at line 61 of file tradoptest_33.cpp.