Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Sacado_Fad_GeneralFad.hpp File Reference
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

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

Macros

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

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 66 of file Sacado_Fad_GeneralFad.hpp.

◆ SACADO_FAD_THREAD_SINGLE

#define SACADO_FAD_THREAD_SINGLE   /* */

Definition at line 74 of file Sacado_Fad_GeneralFad.hpp.