#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 ![]() ![]() ![]() | |
int | t |
< the next greater power of two with * respect to ![]() | |
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. |