Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Macros | Typedefs | Functions | Variables
tradoptest_29.cpp File Reference
#include "Sacado_trad.hpp"
#include <cstdio>
Include dependency graph for tradoptest_29.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

◆ ADT_RAD

#define ADT_RAD   Sacado::Rad::

Definition at line 7 of file tradoptest_29.cpp.

◆ Plus_dx

#define Plus_dx   1.

Definition at line 101 of file tradoptest_29.cpp.

Typedef Documentation

◆ AI

typedef ADT_RAD IndepADvar<double> AI

Definition at line 19 of file tradoptest_29.cpp.

◆ A

typedef ADT_RAD ADvar<double> A

Definition at line 21 of file tradoptest_29.cpp.

◆ C

typedef ADT_RAD ConstADvar<double> C

Definition at line 23 of file tradoptest_29.cpp.

◆ Ai

typedef ADT_RAD ADvari<double> Ai

Definition at line 25 of file tradoptest_29.cpp.

◆ cAI

typedef const ADT_RAD IndepADvar<double> cAI

Definition at line 27 of file tradoptest_29.cpp.

◆ cA

typedef const ADT_RAD ADvar<double> cA

Definition at line 29 of file tradoptest_29.cpp.

◆ cC

typedef const ADT_RAD ConstADvar<double> cC

Definition at line 31 of file tradoptest_29.cpp.

◆ cAi

typedef const ADT_RAD ADvari<double> cAi

Definition at line 33 of file tradoptest_29.cpp.

Function Documentation

◆ botch()

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

Definition at line 49 of file tradoptest_29.cpp.

◆ differ()

int differ ( double a,
double b )

Definition at line 67 of file tradoptest_29.cpp.

◆ main()

int main ( void )

Definition at line 121 of file tradoptest_29.cpp.

Variable Documentation

◆ rc

int rc
static

Definition at line 35 of file tradoptest_29.cpp.

◆ tol

const double tol = 5e-16

Definition at line 61 of file tradoptest_29.cpp.