|
static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE const T & | value (const T &t) |
|
template<typename F > |
static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE T | value (const F &f, std::enable_if_t<!std::is_same_v< std::decay_t< T >, std::decay_t< F > > &&std::is_constructible_v< T, F > > *=nullptr) |
|
template<typename F > |
static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE T | value (const F &f, std::enable_if_t<!std::is_same_v< std::decay_t< T >, std::decay_t< F > > &&!std::is_constructible_v< T, F > &&is_explicitly_convertible< const F, T >::value > *=nullptr) |
|
template<typename F > |
static T | value (const F &f, std::enable_if_t<!std::is_same_v< std::decay_t< T >, std::decay_t< F > > &&!std::is_constructible_v< T, F > &&!is_explicitly_convertible< const F, T >::value &&Differentiation::AD::is_ad_number< F >::value > *=nullptr) |
|
template<typename T>
struct internal::NumberType< T >
Definition at line 699 of file numbers.h.