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_Exp_ExprAssign.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sacado::Fad::Exp::ExprAssign< DstType, Enabled >
 Class that implements various forms of expression assignments. More...
 
class  Sacado::Fad::Exp::ExprAssign< DstType, typename std::enable_if< Sacado::IsStaticallySized< DstType >::value >::type >
 Specialization of ExprAssign for statically sized storage types. More...
 

Namespaces

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

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 42 of file Sacado_Fad_Exp_ExprAssign.hpp.

#define SACADO_FAD_THREAD_SINGLE   /* */

Definition at line 50 of file Sacado_Fad_Exp_ExprAssign.hpp.