|
NFFT_INT | N_total |
| Total number of Fourier coefficients.
|
|
NFFT_INT | M_total |
| Total number of samples.
|
|
fftwf_complex * | f_hat |
| Fourier coefficients.
|
|
fftwf_complex * | f |
| Samples.
|
|
void(* | mv_trafo )(void *) |
| Transform.
|
|
void(* | mv_adjoint )(void *) |
| Adjoint transform.
|
|
float * | x |
| input nodes
|
|
fftwf_complex * | wig_coeffs |
| deprecated variable
|
|
fftwf_complex * | cheby |
| deprecated variable
|
|
fftwf_complex * | aux |
| deprecated variable
|
|
int | t |
| the logarithm 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 | nthreads |
| the number of threads
|
|
Definition at line 671 of file nfft3.h.
The documentation for this struct was generated from the following file: