Next: Setting nodes
Up: Procedure for computing an
Previous: Procedure for computing an
Contents
Initialisation of a plan is done by one of the nfft_init-functions.
The simplest version for the univariate case
just specifies the number
of Fourier coefficients
and the number of nonequispaced nodes
.
For an application-owned variable nfft_plan my_plan the function call is
nfft_init_1d(&my_plan,N0,M);
The first argument should be uninitialised. Memory allocation is completely
done by the init routine.
Jens Keiner
2006-11-20