#include <WrappersCuFFT.h>
|
void | operator() (cufftHandle &plan, real_float *input, complex_float *output, int direction=1) |
|
void | operator() (cufftHandle &plan, real_double *input, complex_double *output, int direction=1) |
|
void | operator() (cufftHandle &plan, complex_float *input, real_float *output, int direction=1) |
|
void | operator() (cufftHandle &plan, complex_double *input, real_double *output, int direction=1) |
|
void | operator() (cufftHandle &plan, complex_float *input, complex_float *output, int direction=1) |
|
void | operator() (cufftHandle &plan, complex_double *input, complex_double *output, int direction=1) |
|
◆ complex_double
◆ complex_float
◆ real_double
◆ real_float
◆ operator()() [1/6]
void hydra::detail::cufft::_PlanExecutor::operator() |
( |
cufftHandle & |
plan, |
|
|
real_float * |
input, |
|
|
complex_float * |
output, |
|
|
int |
direction = 1 |
|
) |
| |
|
inline |
◆ operator()() [2/6]
void hydra::detail::cufft::_PlanExecutor::operator() |
( |
cufftHandle & |
plan, |
|
|
real_double * |
input, |
|
|
complex_double * |
output, |
|
|
int |
direction = 1 |
|
) |
| |
|
inline |
◆ operator()() [3/6]
void hydra::detail::cufft::_PlanExecutor::operator() |
( |
cufftHandle & |
plan, |
|
|
complex_float * |
input, |
|
|
real_float * |
output, |
|
|
int |
direction = 1 |
|
) |
| |
|
inline |
◆ operator()() [4/6]
void hydra::detail::cufft::_PlanExecutor::operator() |
( |
cufftHandle & |
plan, |
|
|
complex_double * |
input, |
|
|
real_double * |
output, |
|
|
int |
direction = 1 |
|
) |
| |
|
inline |
◆ operator()() [5/6]
◆ operator()() [6/6]
The documentation for this struct was generated from the following file: