Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Sacado_Fad_SFad.hpp File Reference
Include dependency graph for Sacado_Fad_SFad.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Sacado::Fad::SFadExprTag< T, Num >
 A tag for specializing Expr for SFad expressions. More...
 
class  Sacado::Fad::Expr< SFadExprTag< T, Num >, ExprSpecDefault >
 Expression template forward-mode AD class with static memory allocation. More...
 

Namespaces

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

Macros

#define SACADO_FAD_DERIV_LOOP(I, SZ)
 
#define SACADO_FAD_THREAD_SINGLE   /* */
 
#define FAD_NS   Fad
 

Macro Definition Documentation

◆ SACADO_FAD_DERIV_LOOP

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

Definition at line 83 of file Sacado_Fad_SFad.hpp.

◆ SACADO_FAD_THREAD_SINGLE

#define SACADO_FAD_THREAD_SINGLE   /* */

Definition at line 91 of file Sacado_Fad_SFad.hpp.

◆ FAD_NS

#define FAD_NS   Fad

Definition at line 511 of file Sacado_Fad_SFad.hpp.