Reference documentation for deal.II version 9.6.2
 
\(\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< cuComplex > Struct Reference

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

Inheritance diagram for internal::NumberType< cuComplex >:

Static Public Member Functions

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)
 

Detailed Description

Definition at line 780 of file numbers.h.

Member Function Documentation

◆ value() [1/5]

static cuComplex internal::NumberType< cuComplex >::value ( const float t)
inlinestatic

Definition at line 783 of file numbers.h.

◆ value() [2/5]

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

Definition at line 702 of file numbers.h.

◆ value() [3/5]

static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE cuComplex internal::NumberType< 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 )
inlinestaticconstexpr

Definition at line 717 of file numbers.h.

◆ value() [4/5]

static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE cuComplex internal::NumberType< 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 )
inlinestaticconstexpr

Definition at line 727 of file numbers.h.

◆ value() [5/5]

static cuComplex internal::NumberType< 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 )
inlinestatic

Definition at line 742 of file numbers.h.


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