![]() |
NFFT 3.5.3alpha
|
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) |
|
static |
reconstruct makes an inverse 2d-nfft for every slice
Definition at line 37 of file reconstruct_data_2d1d.c.
References CGNR, solver_plan_complex::dot_r_iter, solver_plan_complex::f_hat_iter, FFTW_INIT, solver_plan_complex::flags, MALLOC_F, MALLOC_F_HAT, MALLOC_X, PRE_FULL_PSI, PRE_LIN_PSI, PRE_PHI_HUT, PRE_PSI, PRECOMPUTE_DAMP, PRECOMPUTE_WEIGHT, solver_plan_complex::w, solver_plan_complex::w_hat, and solver_plan_complex::y.
|
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.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 174 of file reconstruct_data_2d1d.c.