A high-performance general-purpose compute library
dtype_traits< std::complex< double > > Struct Reference

#include <traits.hpp>

Public Types

enum  { af_type = c64 , ctype = c64 }
 
typedef double base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

Definition at line 74 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef double base_type

Definition at line 79 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 75 of file traits.hpp.

75 {
76 af_type = c64 ,
77 ctype = c64
78 };
@ c64
64-bit complex floating point values
Definition: defines.h:214

Member Function Documentation

◆ getName()

static const char * getName ( )
inlinestatic

Definition at line 80 of file traits.hpp.

80{ return "std::complex<double>"; }

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