#include <nfft3.h>
Data Fields | |
| int | N_total |
| Inherited public members total number of Fourier coeffs. | |
| int | M_total |
| total number of samples | |
| complex * | f_hat |
| Fourier coefficients. | |
| complex * | f |
| samples | |
| 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 | |
| complex * | f_hat_intern |
| Internally used pointer to * spherical Fourier coefficients. | |
1.4.4