Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Sacado_ConfigDefs.h"
#include "Sacado_Traits.hpp"
#include "Sacado_DynamicArrayTraits.hpp"
#include "Sacado_mpl_integral_nonzero_constant.hpp"
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) |
#define SACADO_FAD_DERIV_LOOP | ( | I, | |
SZ | |||
) | for (int I=0; I<SZ; ++I) |
Definition at line 63 of file Sacado_Fad_ViewStorage.hpp.