|
| NFFT_INT | N_total |
| | Total number of Fourier coefficients. More...
|
| |
| NFFT_INT | M_total |
| | Total number of samples. More...
|
| |
| fftwl_complex * | f_hat |
| | Fourier coefficients. More...
|
| |
| fftwl_complex * | f |
| | Samples. More...
|
| |
| void(* | mv_trafo )(void *) |
| | Transform. More...
|
| |
| void(* | mv_adjoint )(void *) |
| | Adjoint transform. More...
|
| |
|
long double * | x |
| | input nodes
|
| |
|
fftwl_complex * | wig_coeffs |
| | contains a set of SO(3) Fourier coefficients for fixed orders m and n
|
| |
|
fftwl_complex * | cheby |
| | contains a set of Chebychev coefficients for fixed orders m and n
|
| |
|
fftwl_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
|
| |
|
nfftl_plan | p_nfft |
| | the internal NFFT plan
|
| |
|
fptl_set | internal_fpt_set |
| | the internal FPT plan
|
| |
|
int | fpt_kappa |
| |
Definition at line 686 of file nfft3.h.
| NFFT_INT nfsoftl_plan_::N_total |
Total number of Fourier coefficients.
Definition at line 686 of file nfft3.h.
| NFFT_INT nfsoftl_plan_::M_total |
Total number of samples.
Definition at line 686 of file nfft3.h.
| fftwl_complex* nfsoftl_plan_::f_hat |
Fourier coefficients.
Definition at line 686 of file nfft3.h.
| fftwl_complex* nfsoftl_plan_::f |
| void(* nfsoftl_plan_::mv_trafo)(void *) |
Transform.
Definition at line 686 of file nfft3.h.
| void(* nfsoftl_plan_::mv_adjoint)(void *) |
Adjoint transform.
Definition at line 686 of file nfft3.h.
The documentation for this struct was generated from the following file: