Expression Templates Library (ETL)
Static Public Member Functions | Static Public Attributes | List of all members
etl::detail::ifft1_real_impl Struct Reference

Functor for 1D IFFT (real) More...

#include <fft.hpp>

Static Public Member Functions

template<typename A , typename C >
static void apply (A &&a, C &&c)
 Apply the functor. More...
 

Static Public Attributes

template<typename A >
static constexpr bool gpu_computable = cufft_enabled
 Indicates if the temporary expression can be directly evaluated using only GPU.
 

Detailed Description

Functor for 1D IFFT (real)

Member Function Documentation

◆ apply()

template<typename A , typename C >
static void etl::detail::ifft1_real_impl::apply ( A &&  a,
C &&  c 
)
inlinestatic

Apply the functor.

Parameters
aThe input sub expression
cThe output sub expression

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