30 #ifndef SACADO_FAD_VIEWFADTRAITS_HPP
31 #define SACADO_FAD_VIEWFADTRAITS_HPP
35 #ifdef SACADO_NEW_FAD_DESIGN_IS_DEFAULT
46 template <
typename T,
unsigned,
unsigned,
typename>
class ViewFad;
56 template <typename ValueT,
unsigned Size,
unsigned Stride, typename
Base>
62 template <
typename ValueT,
unsigned Size,
unsigned Str
ide,
typename Base>
68 template <
typename ValueT,
unsigned Size,
unsigned Str
ide,
typename Base>
74 template <
typename ValueT,
unsigned Size,
unsigned Str
ide,
typename Base>
76 static const bool value =
false;
80 template <
typename ValueT,
unsigned Size,
unsigned Str
ide,
typename Base>
86 template <
typename ValueT,
unsigned Size,
unsigned Str
ide,
typename Base>
95 template <
typename ValueT,
unsigned Size,
unsigned Str
ide,
typename Base>
105 template <
typename ValueT,
unsigned Size,
unsigned Str
ide,
typename Base>
108 return std::string(
"Sacado::Fad::ViewFad< ") +
113 template <
typename ValueT,
unsigned Size,
unsigned Str
ide,
typename Base>
118 return x.isEqualTo(y);
123 template <
typename ValueT,
unsigned Size,
unsigned Str
ide,
typename Base>
133 #endif // SACADO_NEW_FAD_DESIGN_IS_DEFAULT
135 #endif // SACADO_FAD_DFADTRAITS_HPP
static SACADO_INLINE_FUNCTION const T & eval(const T &x)
static std::string eval()
Base template specification for ScalarValue.
Base template specification for ScalarType.
static SACADO_INLINE_FUNCTION const value_type & eval(const Fad::ViewFad< ValueT, Size, Stride, Base > &x)
Base template specification for string names of types.
Base template specification for IsADType.
Base template specification for Value.
ValueType< Fad::ViewFad< ValueT, Size, Stride, Base > >::type value_type
Base class for Sacado types to control overload resolution.
static SACADO_INLINE_FUNCTION const scalar_type & eval(const Fad::ViewFad< ValueT, Size, Stride, Base > &x)
Base template specification for IsSimdType.
Base template specification for testing equivalence.
ScalarType< Fad::ViewFad< ValueT, Size, Stride, Base > >::type scalar_type
static SACADO_INLINE_FUNCTION bool eval(const Fad::ViewFad< ValueT, Size, Stride, Base > &x, const Fad::ViewFad< ValueT, Size, Stride, Base > &y)
Fad::ViewFad< ValueT, Size, Stride, Base >::ScalarT type
ValueType< Fad::ViewFad< ValueT, Size, Stride, Base > >::type value_type
Base template specification for IsScalarType.
GeneralFad< ViewStorage< T, static_length, static_stride, U > > ViewFad
#define SACADO_VFAD_PROMOTE_SPEC(NS)
#define SACADO_INLINE_FUNCTION
static std::string eval()
Base template specification for ValueType.
Base template specification for testing whether type is statically sized.