Next:
iNFFT - General procedure
Up:
Library
Previous:
Exchanging data
NFFT - Plan
The library defines the structure
nfft_plan
. The members are
int d, int* N, int M, double* sigma, int* n, int m, double* b, int nfft_flags, int fftw_flags
(already discussed, see Table
2
). Furthermore, it contains all data vectors, see Table
4
.
Table 4:
Members of
nfft_plan
.
type
name
description
size (in *type)
double*
x
knots
fftw_complex*
f_hat
Fourier coefficients
fftw_complex*
f
samples
double**
c_phi_inv
precomputed
double*
psi
precomputed
or (flags
*_PSI
)
fftw_complex*
g
fftw_complex*
g_hat
Stefan Kunis 2004-09-03