next up previous contents
Next: Setting nodes Up: Procedure for computing an Previous: Procedure for computing an   Contents

Initialisation

Initialisation of a plan is done by one of the nfft_init-functions. The simplest version for the univariate case $ d=1$ just specifies the number of Fourier coefficients $ N_0$ and the number of nonequispaced nodes $ M$ . 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