NFFT Logo 3.1.3 API Reference

mri_inh_3d_plan Struct Reference
[MRI - Transforms in magnetic resonance imaging]

The structure for the transform plan. More...

#include <nfft3.h>


Data Fields

int N_total
 Total number of Fourier \ coefficients.
int M_total
 Total number of samples.
fftw_complex * f_hat
 Vector of Fourier coefficients, \ size is N_total float_types.
fftw_complex * f
 Vector of samples, \ size is M_total float types.
void(* mv_trafo )(void *)
 Pointer to the own transform.
void(* mv_adjoint )(void *)
 Pointer to the own adjoint.
nfft_plan plan
int N3
double sigma3
double * t
double * w


Detailed Description

The structure for the transform plan.

Definition at line 1410 of file nfft3.h.


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

Generated on 23 Dec 2009 by Doxygen 1.5.6