![]() |
Reference documentation for deal.II version 9.5.1
|
#include <deal.II/base/numbers.h>
Static Public Member Functions | |
| 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< typename std::decay< T >::type, typename std::decay< F >::type >::value &&std::is_constructible< T, F >::value > *=nullptr) |
| template<typename F > | |
| static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE T | value (const F &f, std::enable_if_t<!std::is_same< typename std::decay< T >::type, typename std::decay< F >::type >::value &&!std::is_constructible< T, F >::value &&is_explicitly_convertible< const F, T >::value > *=nullptr) |
| template<typename F > | |
| static T | value (const F &f, std::enable_if_t<!std::is_same< typename std::decay< T >::type, typename std::decay< F >::type >::value &&!std::is_constructible< T, F >::value &&!is_explicitly_convertible< const F, T >::value &&Differentiation::AD::is_ad_number< F >::value > *=nullptr) |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestatic |