|
typedef std::conditional< is_simd &&is_fad, NestedSimd, typenamestd::conditional< is_simd, Simd, typenamestd::conditional< is_fad, Nested, Scalar >::type >::type >::type | type |
|
◆ is_fad
template<typename T1 , typename T2 >
Initial value:=
IsFad< typename Sacado::ValueType<T1>::type >::value ||
IsFad< typename Sacado::ValueType<T2>::type >::value
◆ is_simd
template<typename T1 , typename T2 >
Initial value:=
IsSimdType<T1>::value || IsSimdType<T2>::value
The documentation for this struct was generated from the following file:
- Sacado_Fad_Exp_Ops_Fwd.hpp