|
|
#include <nfft3.h>
Data Fields | |
| int | N_total |
| 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. | |
| nfft_plan | plan |
| int | N3 |
| double | sigma3 |
| double * | t |
| double * | w |
Definition at line 1329 of file nfft3.h.