|
| NFFT_INT | N_total |
| | Total number of Fourier coefficients.
|
| |
| NFFT_INT | M_total |
| | Total number of samples.
|
| |
| fftwl_complex * | f_hat |
| | Fourier coefficients.
|
| |
| fftwl_complex * | f |
| | Samples.
|
| |
| void(* | mv_trafo )(void *) |
| | Transform.
|
| |
| void(* | mv_adjoint )(void *) |
| | Adjoint transform.
|
| |
| nfftl_plan | plan |
| |
| int | N3 |
| |
| long double | sigma3 |
| |
| long double * | t |
| |
| long double * | w |
| |
Definition at line 533 of file nfft3.h.
◆ N_total
| NFFT_INT mril_inh_2d1d_plan::N_total |
Total number of Fourier coefficients.
Definition at line 533 of file nfft3.h.
◆ M_total
| NFFT_INT mril_inh_2d1d_plan::M_total |
Total number of samples.
Definition at line 533 of file nfft3.h.
◆ f_hat
| fftwl_complex* mril_inh_2d1d_plan::f_hat |
Fourier coefficients.
Definition at line 533 of file nfft3.h.
| fftwl_complex* mril_inh_2d1d_plan::f |
◆ mv_trafo
| void(* mril_inh_2d1d_plan::mv_trafo) (void *) |
Transform.
Definition at line 533 of file nfft3.h.
◆ mv_adjoint
| void(* mril_inh_2d1d_plan::mv_adjoint) (void *) |
Adjoint transform.
Definition at line 533 of file nfft3.h.
◆ plan
| nfftl_plan mril_inh_2d1d_plan::plan |
◆ N3
| int mril_inh_2d1d_plan::N3 |
◆ sigma3
| long double mril_inh_2d1d_plan::sigma3 |
| long double* mril_inh_2d1d_plan::t |
| long double* mril_inh_2d1d_plan::w |
The documentation for this struct was generated from the following file: