|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
49 #ifndef SACADO_CACHEFAD_DFADTRAITS_HPP
50 #define SACADO_CACHEFAD_DFADTRAITS_HPP
57 template <
typename T>
class DFad;
67 template <
typename ValueT>
73 template <
typename ValueT>
79 template <
typename ValueT>
85 template <
typename ValueT>
87 static const bool value =
false;
91 template <
typename ValueT>
100 template <
typename ValueT>
110 template <
typename ValueT>
113 return std::string(
"Sacado::CacheFad::DFad< ") +
118 template <
typename ValueT>
123 return x.isEqualTo(y);
128 template <
typename ValueT>
134 template <
typename ValueT>
142 #ifdef HAVE_SACADO_TEUCHOS
150 template <
typename ValueT>
159 template <
typename ValueT,
typename R>
166 template <
typename L,
typename ValueT>
174 template <
typename ValueT>
176 public Sacado::Fad::ScalarTraitsImp< Sacado::CacheFad::DFad<ValueT> >
180 template <
typename Ordinal,
typename ValueT>
182 public Sacado::Fad::SerializationTraitsImp< Ordinal,
183 Sacado::CacheFad::DFad<ValueT> >
187 template <
typename Ordinal,
typename ValueT>
189 public Sacado::Fad::SerializerImp< Ordinal,
190 Sacado::CacheFad::DFad<ValueT>,
191 ValueTypeSerializer<Ordinal,ValueT> >
194 typedef ValueTypeSerializer<Ordinal,ValueT> ValueSerializer;
195 typedef Sacado::Fad::SerializerImp< Ordinal,FadType,ValueSerializer> Base;
201 #endif // HAVE_SACADO_TEUCHOS
203 #endif // SACADO_FAD_DFADTRAITS_HPP
static std::string eval()
#define KOKKOS_INLINE_FUNCTION
Base template specification for ScalarType.
Base template specification for ValueType.
Base template specification for string names of types.
static KOKKOS_INLINE_FUNCTION bool eval(const CacheFad::DFad< ValueT > &x, const CacheFad::DFad< ValueT > &y)
static std::string eval()
Base template specification for Value.
ValueType< CacheFad::DFad< ValueT > >::type value_type
ScalarType< CacheFad::DFad< ValueT > >::type scalar_type
static const KOKKOS_INLINE_FUNCTION T & eval(const T &x)
static const KOKKOS_INLINE_FUNCTION scalar_type & eval(const CacheFad::DFad< ValueT > &x)
Base template specification for testing equivalence.
Base template specification for testing whether type is statically sized.
Sacado::Fad::DFad< double > FadType
#define SACADO_FAD_PROMOTE_SPEC(NS, FAD)
Base template specification for IsScalarType.
static const KOKKOS_INLINE_FUNCTION value_type & eval(const CacheFad::DFad< ValueT > &x)
Base template specification for ScalarValue.
CacheFad::DFad< ValueT >::ScalarT type
GeneralFad< DynamicStorage< T > > DFad
Base template specification for IsADType.
ValueType< CacheFad::DFad< ValueT > >::type value_type