Functor for 2D IFFT (real)
More...
#include <fft.hpp>
|
| template<typename A , typename C > |
| static void | apply (A &&a, C &&c) |
| | Apply the functor. More...
|
| |
|
|
template<typename A > |
| static constexpr bool | gpu_computable = cufft_enabled |
| | Indicates if the temporary expression can be directly evaluated using only GPU.
|
| |
Functor for 2D IFFT (real)
◆ apply()
template<typename A , typename C >
| static void etl::detail::ifft2_real_impl::apply |
( |
A && |
a, |
|
|
C && |
c |
|
) |
| |
|
inlinestatic |
Apply the functor.
- Parameters
-
| a | The input sub expression |
| c | The output sub expression |
The documentation for this struct was generated from the following file: