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