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>
#define SACADO_INLINE_FUNCTION
Fad specializations for Teuchos::BLAS wrappers.
Wrapper for a generic expression template.
T derived_type
Typename of derived object, returned by derived()
SACADO_INLINE_FUNCTION const derived_type & derived() const
Return derived object.
SACADO_INLINE_FUNCTION const volatile derived_type & derived() const volatile
Return derived object.
BaseExprType< T >::type type
Get the base Fad type from a view/expression.
Meta-function for determining nesting with an expression.
static constexpr unsigned value
Determine whether a given type is an expression.
static constexpr bool value