#include <type_traits>
#include <utility>
#include <memory>
#include "Sacado_DynamicArrayTraits.hpp"
#include "Sacado_mpl_integral_nonzero_constant.hpp"
Go to the source code of this file.
|
class | Sacado::Fad::Exp::ViewFadPtr< T, sl, ss, U > |
|
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...
|
|
#define SACADO_FAD_DERIV_LOOP |
( |
|
I, |
|
|
|
SZ |
|
) |
| for (int I=0; I<SZ; ++I) |