NFFT  3.3.1
Data Fields
mri_inh_2d1d_plan 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.
nfft_plan plan
int N3
double sigma3
double * t
double * w

Detailed Description

Definition at line 507 of file nfft3.h.


Field Documentation

Total number of Fourier coefficients.

Definition at line 507 of file nfft3.h.

Total number of samples.

Definition at line 507 of file nfft3.h.

Referenced by construct().

fftw_complex* mri_inh_2d1d_plan::f_hat

Fourier coefficients.

Definition at line 507 of file nfft3.h.

Referenced by construct().

fftw_complex* mri_inh_2d1d_plan::f

Samples.

Definition at line 507 of file nfft3.h.

Referenced by construct().

void(* mri_inh_2d1d_plan::mv_trafo)(void *)

Transform.

Definition at line 507 of file nfft3.h.

Adjoint transform.

Definition at line 507 of file nfft3.h.


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