|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
30 #ifndef SACADO_CACHEFAD_EXPRESSIONTRAITS_HPP
31 #define SACADO_CACHEFAD_EXPRESSIONTRAITS_HPP
38 template <
typename T>
class Expr;
68 static const bool value =
false;
73 struct Value< CacheFad::Expr<T> > {
92 #endif // SACADO_CACHEFAD_EXPRESSIONTRAITS_HPP
#define KOKKOS_INLINE_FUNCTION
ScalarType< typename CacheFad::Expr< T >::value_type >::type type
Base template specification for ScalarType.
ScalarType< CacheFad::Expr< T > >::type scalar_type
Base template specification for ValueType.
static const KOKKOS_INLINE_FUNCTION value_type & eval(const CacheFad::Expr< T > &x)
CacheFad::Expr< T >::value_type type
Base template specification for Value.
ValueType< CacheFad::Expr< T > >::type value_type
static const KOKKOS_INLINE_FUNCTION T & eval(const T &x)
Wrapper for a generic expression template.
ValueType< CacheFad::Expr< T > >::type value_type
Base template specification for IsScalarType.
Base template specification for ScalarValue.
static const KOKKOS_INLINE_FUNCTION scalar_type & eval(const CacheFad::Expr< T > &x)
#define SACADO_EXPR_PROMOTE_SPEC(NS)
Base template specification for IsADType.