Struct fft2d_state_t
#include <fft2d_core.h>
Public Attributes
| Type | Name |
|---|---|
| size_t | nx |
| size_t | ny |
| pocketfft_plan * | plan_f32 |
| pocketfft_plan * | plan_f64 |
| int | sign |
Public Attributes Documentation
variable nx
size_t fft2d_state_t::nx;
Column count.
variable ny
size_t fft2d_state_t::ny;
Row count.
variable plan_f32
pocketfft_plan* fft2d_state_t::plan_f32;
CF32 2-D plan.
variable plan_f64
pocketfft_plan* fft2d_state_t::plan_f64;
CF64 2-D plan.
variable sign
int fft2d_state_t::sign;
-1 forward, +1 inverse.
The documentation for this class was generated from the following file native/inc/fft2d/fft2d_core.h