| 
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. 
 | 
| float * | x | 
|  | input nodes 
 | 
| fftwf_complex * | wig_coeffs | 
|  | contains a set of SO(3) Fourier coefficients for fixed orders m and n 
 | 
| fftwf_complex * | cheby | 
|  | contains a set of Chebychev coefficients for fixed orders m and n 
 | 
| fftwf_complex * | aux | 
|  | used when converting Chebychev to Fourier coeffcients 
 | 
| int | t | 
|  | the logaritm of NPT with respect to the basis 2 
 | 
| unsigned int | flags | 
|  | the planner flags 
 | 
| nfftf_plan | p_nfft | 
|  | the internal NFFT plan 
 | 
| fptf_set | internal_fpt_set | 
|  | the internal FPT plan 
 | 
| int | fpt_kappa | 
Detailed Description
Definition at line 663 of file nfft3.h.
 
The documentation for this struct was generated from the following file: