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

Functor for Batched 1D FFT. More...

#include <fft.hpp>

Static Public Member Functions

template<typename C >
static void apply (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 Batched 1D FFT.

Member Function Documentation

◆ apply()

template<typename C >
static void etl::detail::inplace_fft1_many_impl::apply ( 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: