30 #ifndef SACADO_FAD_EXP_EXPRESSION_HPP
31 #define SACADO_FAD_EXP_EXPRESSION_HPP
94 static constexpr
unsigned value = 0;
99 static constexpr
unsigned value =
104 template <
typename T>
106 static constexpr
bool value =
false;
109 template <
typename T>
120 template <
typename T>
125 template <
typename T>
134 #endif // SACADO_FAD_EXP_EXPRESSION_HPP
KOKKOS_INLINE_FUNCTION const volatile derived_type & derived() const volatile
Return derived object.
static constexpr bool value
KOKKOS_INLINE_FUNCTION const derived_type & derived() const
Return derived object.
Determine whether a given type is an expression.
Wrapper for a generic expression template.
#define KOKKOS_INLINE_FUNCTION
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.
static constexpr unsigned value