Next: Doing the transform
Up: Procedure for computing an
Previous: Setting nodes
Contents
The precomputation of the values
, i.e. the entries of the matrix
, depends on the choice
for my_plan.x.
If one of the proposed precomputation strategies (PRE_LIN_PSI, PRE_FG_PSI, PRE_PSI, or PRE_FULL_PSI) is used, one has to call
the appropriate precomputation routine AFTER setting the nodes.
For simpler usage this has been summarised by
if(my_plan.nfft_flags & PRE_ONE_PSI)
nfft_precompute_one_psi(&my_plan);
Note furthermore, that
- FG_PSI and PRE_FG_PSI rely on the Gaussian window
function,
- PRE_LIN_PSI is actual node independent and in this case the
precomputation can be done before setting nodes,
- PRE_FULL_PSI asks for quite a bit of memory.
Jens Keiner
2006-11-20