NFFT 3.5.3alpha
Functions
Collaboration diagram for reconstruct_data_1d2d:

Functions

static void reconstruct (char *filename, int N, int M, int Z, int iteration, int weight, fftw_complex *mem)
 reconstruct makes an inverse 2d-nfft for every slice
 
static void print (int N, int M, int Z, fftw_complex *mem)
 print writes the memory back in a file output_real.dat for the real part and output_imag.dat for the imaginary part
 
int main (int argc, char **argv)
 

Detailed Description

Function Documentation

◆ reconstruct()

static void reconstruct ( char *  filename,
int  N,
int  M,
int  Z,
int  iteration,
int  weight,
fftw_complex *  mem 
)
static

◆ print()

static void print ( int  N,
int  M,
int  Z,
fftw_complex *  mem 
)
static

print writes the memory back in a file output_real.dat for the real part and output_imag.dat for the imaginary part

Definition at line 153 of file reconstruct_data_2d1d.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 174 of file reconstruct_data_2d1d.c.