Reference documentation for deal.II version 9.5.0
|
This is the complete list of members for internal::NumberType< T >, including all inherited members.
value(const T &t) | internal::NumberType< T > | inlinestatic |
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) | internal::NumberType< T > | inlinestatic |
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) | internal::NumberType< T > | inlinestatic |
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) | internal::NumberType< T > | inlinestatic |