![]() |
NFFT
3.3.0
|
data structure for an NFSFT (nonequispaced fast spherical Fourier transform) plan with double precision More...
#include <nfft3.h>
Data Fields | |
| NFFT_INT | N_total |
| Total number of Fourier coefficients. More... | |
| NFFT_INT | M_total |
| Total number of samples. More... | |
| fftw_complex * | f_hat |
| Fourier coefficients. More... | |
| fftw_complex * | f |
| Samples. More... | |
| void(* | mv_trafo )(void *) |
| Transform. More... | |
| void(* | mv_adjoint )(void *) |
| Adjoint transform. More... | |
| int | N |
the bandwidth | |
| double * | x |
the nodes for , | |
| int | t |
| the logarithm of NPT with respect to the basis 2 | |
| unsigned int | flags |
| the planner flags | |
| nfft_plan | plan_nfft |
| the internal NFFT plan | |
| fftw_complex * | f_hat_intern |
| Internally used pointer to spherical Fourier coefficients. | |
| double | MEASURE_TIME_t [3] |
| Measured time for each step if MEASURE_TIME is set. | |
data structure for an NFSFT (nonequispaced fast spherical Fourier transform) plan with double precision
| NFFT_INT nfsft_plan::N_total |
| NFFT_INT nfsft_plan::M_total |
| fftw_complex* nfsft_plan::f_hat |
Fourier coefficients.
Definition at line 576 of file nfft3.h.
Referenced by c2e_transposed(), and main().
1.8.5