NFFT  3.3.1
Data Fields
nfft_mv_plan_complex Struct Reference

Data Fields

NFFT_INT N_total
 Total number of Fourier coefficients.
NFFT_INT M_total
 Total number of samples.
fftw_complex * f_hat
 Fourier coefficients.
fftw_complex * f
 Samples.
void(* mv_trafo )(void *)
 Transform.
void(* mv_adjoint )(void *)
 Adjoint transform.

Detailed Description

Definition at line 178 of file nfft3.h.


Field Documentation

Total number of Fourier coefficients.

Definition at line 178 of file nfft3.h.

Referenced by reconstruct().

Total number of samples.

Definition at line 178 of file nfft3.h.

Referenced by reconstruct().

Fourier coefficients.

Definition at line 178 of file nfft3.h.

fftw_complex* nfft_mv_plan_complex::f

Samples.

Definition at line 178 of file nfft3.h.

Transform.

Definition at line 178 of file nfft3.h.

Adjoint transform.

Definition at line 178 of file nfft3.h.


The documentation for this struct was generated from the following file: