|
|
#include <nfft3.h>
Data Fields | |
| int | N_total |
| Inherited public members Total number of Fourier \ coefficients. | |
| int | M_total |
| Total number of samples. | |
| double complex * | f_hat |
| Vector of Fourier coefficients, \ size is N_total float_types. | |
| double complex * | f |
| Vector of samples, \ size is M_total float types. | |
| int | N |
the bandwidth | |
| double * | x |
the nodes for * , | |
| int | t |
< the next greater power of two with * respect to the logaritm of NPT with * respect to the basis 2 | |
| unsigned int | flags |
| the planner flags | |
| nfft_plan | plan_nfft |
| the internal NFFT plan | |
| double complex * | f_hat_intern |
| Internally used pointer to * spherical Fourier coefficients. | |
Definition at line 1913 of file nfft3.h.