| 
Data Fields | 
| int | N_total | 
|  | Total number of Fourier coefficients. 
 | 
| int | M_total | 
|  | Total number of samples. 
 | 
| fftwf_complex * | f_hat | 
|  | Vector of Fourier coefficients, size is N_total * sizeof( fftwf_complex ) 
 | 
| fftwf_complex * | f | 
|  | Vector of samples, size is M_total * sizeof( fftwf_complex ) 
 | 
| void(* | mv_trafo )(void *) | 
|  | Pointer to the own transform. 
 | 
| void(* | mv_adjoint )(void *) | 
|  | Pointer to the own adjoint. 
 | 
| nfftf_plan | plan | 
| int | N3 | 
| float | sigma3 | 
| float * | t | 
| float * | w | 
Detailed Description
Definition at line 504 of file nfft3.h.
 
The documentation for this struct was generated from the following file: