Highly Efficient FFT for Exascale: HeFFTe v2.4
Loading...
Searching...
No Matches
heffte::define_standard_type< scalar_type, typename std::enable_if< is_zcomplex< scalar_type >::value >::type > Struct Template Reference

Every type with specialization of heffte::is_zcomplex to std::true_type is equivalent to std::complex<double>. More...

#include <heffte_utils.h>

Public Types

using type = std::complex<double>
 If heffte::is_ccomplex is true_type, then the type is equivalent to std::complex<double>.
 

Detailed Description

template<typename scalar_type>
struct heffte::define_standard_type< scalar_type, typename std::enable_if< is_zcomplex< scalar_type >::value >::type >

Every type with specialization of heffte::is_zcomplex to std::true_type is equivalent to std::complex<double>.


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