Next: Setting knots
Up: NFFT - General procedure
Previous: NFFT - General procedure
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 non equispaced knots . 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.
Stefan Kunis
2004-09-03