10 #ifndef SACADO_FAD_EXP_EXPRESSION_HPP
11 #define SACADO_FAD_EXP_EXPRESSION_HPP
74 static constexpr
unsigned value = 0;
79 static constexpr
unsigned value =
86 static constexpr
bool value =
false;
91 static constexpr
bool value =
true;
100 template <
typename T>
105 template <
typename T>
114 #endif // SACADO_FAD_EXP_EXPRESSION_HPP
SACADO_INLINE_FUNCTION const volatile derived_type & derived() const volatile
Return derived object.
static constexpr bool value
Determine whether a given type is an expression.
Wrapper for a generic expression template.
SACADO_INLINE_FUNCTION const derived_type & derived() const
Return derived object.
BaseExprType< T >::type type
Forward-mode AD class templated on the storage for the derivative array.
Get the base Fad type from a view/expression.
T derived_type
Typename of derived object, returned by derived()
Meta-function for determining nesting with an expression.
#define SACADO_INLINE_FUNCTION
static constexpr unsigned value