Reference documentation for deal.II version 9.6.1
 
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
internal::NumberType< cuDoubleComplex > Struct Reference

#include <deal.II/base/numbers.h>

Inheritance diagram for internal::NumberType< cuDoubleComplex >:

Static Public Member Functions

static cuDoubleComplex value (const double t)
 
static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE const cuDoubleComplex & value (const cuDoubleComplex &t)
 
static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE cuDoubleComplex value (const F &f, std::enable_if_t<!std::is_same_v< std::decay_t< cuDoubleComplex >, std::decay_t< F > > &&std::is_constructible_v< cuDoubleComplex, F > > *=nullptr)
 
static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE cuDoubleComplex value (const F &f, std::enable_if_t<!std::is_same_v< std::decay_t< cuDoubleComplex >, std::decay_t< F > > &&!std::is_constructible_v< cuDoubleComplex, F > &&is_explicitly_convertible< const F, cuDoubleComplex >::value > *=nullptr)
 
static cuDoubleComplex value (const F &f, std::enable_if_t<!std::is_same_v< std::decay_t< cuDoubleComplex >, std::decay_t< F > > &&!std::is_constructible_v< cuDoubleComplex, F > &&!is_explicitly_convertible< const F, cuDoubleComplex >::value &&Differentiation::AD::is_ad_number< F >::value > *=nullptr)
 

Detailed Description

Definition at line 790 of file numbers.h.

Member Function Documentation

◆ value() [1/5]

static cuDoubleComplex internal::NumberType< cuDoubleComplex >::value ( const double t)
inlinestatic

Definition at line 793 of file numbers.h.

◆ value() [2/5]

static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE const cuDoubleComplex & internal::NumberType< cuDoubleComplex >::value ( const cuDoubleComplex & t)
inlinestaticconstexpr

Definition at line 702 of file numbers.h.

◆ value() [3/5]

static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE cuDoubleComplex internal::NumberType< cuDoubleComplex >::value ( const F & f,
std::enable_if_t<!std::is_same_v< std::decay_t< cuDoubleComplex >, std::decay_t< F > > &&std::is_constructible_v< cuDoubleComplex, F > > * = nullptr )
inlinestaticconstexpr

Definition at line 717 of file numbers.h.

◆ value() [4/5]

static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE cuDoubleComplex internal::NumberType< cuDoubleComplex >::value ( const F & f,
std::enable_if_t<!std::is_same_v< std::decay_t< cuDoubleComplex >, std::decay_t< F > > &&!std::is_constructible_v< cuDoubleComplex, F > &&is_explicitly_convertible< const F, cuDoubleComplex >::value > * = nullptr )
inlinestaticconstexpr

Definition at line 727 of file numbers.h.

◆ value() [5/5]

static cuDoubleComplex internal::NumberType< cuDoubleComplex >::value ( const F & f,
std::enable_if_t<!std::is_same_v< std::decay_t< cuDoubleComplex >, std::decay_t< F > > &&!std::is_constructible_v< cuDoubleComplex, F > &&!is_explicitly_convertible< const F, cuDoubleComplex >::value &&Differentiation::AD::is_ad_number< F >::value > * = nullptr )
inlinestatic

Definition at line 742 of file numbers.h.


The documentation for this struct was generated from the following file: