NFFT  3.4.1
Data Fields
nfftf_mv_plan_double Struct Reference

Data Fields

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

Detailed Description

Definition at line 192 of file nfft3.h.

Field Documentation

NFFT_INT nfftf_mv_plan_double::N_total

Total number of Fourier coefficients.

Definition at line 192 of file nfft3.h.

NFFT_INT nfftf_mv_plan_double::M_total

Total number of samples.

Definition at line 192 of file nfft3.h.

float* nfftf_mv_plan_double::f_hat

Fourier coefficients.

Definition at line 192 of file nfft3.h.

float* nfftf_mv_plan_double::f

Samples.

Definition at line 192 of file nfft3.h.

void(* nfftf_mv_plan_double::mv_trafo)(void *)

Transform.

Definition at line 192 of file nfft3.h.

void(* nfftf_mv_plan_double::mv_adjoint)(void *)

Adjoint transform.

Definition at line 192 of file nfft3.h.


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