30#ifndef SACADO_FAD_EXPRESSIONTRAITS_HPP
31#define SACADO_FAD_EXPRESSIONTRAITS_HPP
35#ifdef SACADO_NEW_FAD_DESIGN_IS_DEFAULT
71 static const bool value =
false;
#define SACADO_INLINE_FUNCTION
#define SACADO_EXPR_PROMOTE_SPEC(NS)
Fad specializations for Teuchos::BLAS wrappers.
Base template specification for IsADType.
Base template specification for IsScalarType.
Base template specification for IsSimdType.
ScalarType< typenameFad::Expr< T >::value_type >::type type
Base template specification for ScalarType.
ValueType< Fad::Expr< T > >::type value_type
ScalarType< Fad::Expr< T > >::type scalar_type
static SACADO_INLINE_FUNCTION const scalar_type & eval(const Fad::Expr< T > &x)
Base template specification for ScalarValue.
static SACADO_INLINE_FUNCTION const T & eval(const T &x)
Fad::Expr< T >::value_type type
Base template specification for ValueType.
ValueType< Fad::Expr< T > >::type value_type
static SACADO_INLINE_FUNCTION const value_type & eval(const Fad::Expr< T > &x)
Base template specification for Value.