![]() |
NFFT 3.5.3alpha
|

Functions | |
| static void | construct (char *file, int N, int M, int Z, fftw_complex *mem) |
| construct makes an 2d-nfft for every slice | |
| static void | fft (int N, int M, int Z, fftw_complex *mem) |
| fft makes an 1D-ftt for every knot through all layers | |
| static void | read_data (int N, int M, int Z, fftw_complex *mem) |
| read fills the memory with the file input_data_f.dat as the real part of f and with zeros for the imag part of f | |
| int | main (int argc, char **argv) |
|
static |
construct makes an 2d-nfft for every slice
Definition at line 37 of file construct_data_2d1d.c.
References PRE_PSI.
|
static |
fft makes an 1D-ftt for every knot through all layers
Definition at line 83 of file construct_data_2d1d.c.
|
static |
read fills the memory with the file input_data_f.dat as the real part of f and with zeros for the imag part of f
Definition at line 101 of file construct_data_2d1d.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 119 of file construct_data_2d1d.c.