Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
Sacado_Fad_GeneralFad.hpp File Reference
#include "Sacado_Fad_Expression.hpp"
Include dependency graph for Sacado_Fad_GeneralFad.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sacado::Fad::GeneralFad< T, Storage >
 Forward-mode AD class templated on the storage for the derivative array. More...
 

Namespaces

 Sacado
 
 Sacado::Fad
 Namespace for forward-mode AD classes.
 

Macros

#define SACADO_FAD_DERIV_LOOP(I, SZ)   for (int I=0; I<SZ; ++I)
 
#define SACADO_FAD_THREAD_SINGLE   /* */
 

Macro Definition Documentation

#define SACADO_FAD_DERIV_LOOP (   I,
  SZ 
)    for (int I=0; I<SZ; ++I)

Definition at line 66 of file Sacado_Fad_GeneralFad.hpp.

#define SACADO_FAD_THREAD_SINGLE   /* */

Definition at line 74 of file Sacado_Fad_GeneralFad.hpp.