Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <type_traits>
#include <utility>
#include <memory>
#include "Sacado_DynamicArrayTraits.hpp"
#include "Sacado_mpl_integral_nonzero_constant.hpp"
#include "Sacado_mpl_apply.hpp"
Go to the source code of this file.
Classes | |
class | Sacado::Fad::Exp::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... | |
struct | Sacado::Fad::Exp::ViewStorage< T, static_length, static_stride, U >::apply< TT > |
Turn ViewStorage into a meta-function class usable with mpl::apply. More... | |
struct | Sacado::Fad::Exp::ViewStorage< T, static_length, static_stride, U >::apply_N< N > |
Replace static derivative length. More... | |
Namespaces | |
namespace | Sacado |
namespace | Sacado::Fad |
Namespace for forward-mode AD classes. | |
namespace | Sacado::Fad::Exp |
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 50 of file Sacado_Fad_Exp_ViewStorage.hpp.