My Project
dtype_traits< af::cdouble > Struct Template 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

template<>
struct af::dtype_traits< af::cdouble >

Definition at line 63 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef double base_type

Definition at line 68 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 64 of file traits.hpp.

64  {
65  af_type = c64 ,
66  ctype = c64
67  };
64-bit complex floating point values
Definition: defines.h:199

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 69 of file traits.hpp.

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

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