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_ViewStorage.hpp File Reference
#include "Sacado_ConfigDefs.h"
#include "Sacado_Traits.hpp"
#include "Sacado_DynamicArrayTraits.hpp"
#include "Sacado_mpl_integral_nonzero_constant.hpp"
Include dependency graph for Sacado_Fad_ViewStorage.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sacado::Fad::ViewStorage< T, static_length, static_stride, U >
 Derivative array storage class that is a view into a contiguous memory allocation. It does not provide proper value semantics and thus should not be used in a general-purpose scalar type. 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)
 

Macro Definition Documentation

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

Definition at line 63 of file Sacado_Fad_ViewStorage.hpp.