#include <deal.II/base/numbers.h>
|
static cuComplex | value (const float t) |
|
static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE const cuComplex & | value (const cuComplex &t) |
|
static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE cuComplex | value (const F &f, std::enable_if_t<!std::is_same_v< std::decay_t< cuComplex >, std::decay_t< F > > &&std::is_constructible_v< cuComplex, F > > *=nullptr) |
|
static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE cuComplex | value (const F &f, std::enable_if_t<!std::is_same_v< std::decay_t< cuComplex >, std::decay_t< F > > &&!std::is_constructible_v< cuComplex, F > &&is_explicitly_convertible< const F, cuComplex >::value > *=nullptr) |
|
static cuComplex | value (const F &f, std::enable_if_t<!std::is_same_v< std::decay_t< cuComplex >, std::decay_t< F > > &&!std::is_constructible_v< cuComplex, F > &&!is_explicitly_convertible< const F, cuComplex >::value &&Differentiation::AD::is_ad_number< F >::value > *=nullptr) |
|
Definition at line 780 of file numbers.h.
◆ value() [1/5]
◆ value() [2/5]
◆ value() [3/5]
◆ value() [4/5]
◆ value() [5/5]
The documentation for this struct was generated from the following file: